aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/config/neovim/nixvim/autocmds (unfollow)
Commit message (Collapse)Author
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Fix(hm/conf/neovim/autocmds): Only show colorcolumn in insert modeSoispha
2023-08-26Feat(hm/conf/neovim/autocmds): Highlight yanked textSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-19Fix(hm/conf/neovim/autocmds): Add anchor to space replacementSoispha
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.
2023-08-19Fix(hm/conf/neovim/autocmds): Correctly apply the if conditionalSoispha
2023-08-19Fix(hm/conf/neovim/autocmds): Add missing 'coloroverride' autocmd groupSoispha
2023-08-19Feat(hm/conf/nvim): Add basic nix config [REBASE TARGET]Soispha