Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix(hm/conf/neovim/autocmds): Add anchor to space replacement | Soispha | 2023-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 conditional | Soispha | 2023-08-19 |
| | |||
* | Fix(hm/conf/neovim/autocmds): Add missing 'coloroverride' autocmd group | Soispha | 2023-08-19 |
| | |||
* | Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET] | Soispha | 2023-08-19 |