about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/autocmds (follow)
Commit message (Collapse)AuthorAge
* Fix(hm/conf/neovim/autocmds): Add anchor to space replacementSoispha2023-08-19
| | | | | | | | | | | | | | | | | | | | Without this the following code would be completely minimized: ``` {...}:{ services.lua_language={ enable=true; }; } ``` → ``` {...}:{ services.lua_language={ enable=true; }; } ```. Now it should only strip the whitespace at the end of the lines.
* Fix(hm/conf/neovim/autocmds): Correctly apply the if conditionalSoispha2023-08-19
|
* Fix(hm/conf/neovim/autocmds): Add missing 'coloroverride' autocmd groupSoispha2023-08-19
|
* Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]Soispha2023-08-19