style(nvim): remove clutter etc.

This commit is contained in:
Moritz Böhme 2024-10-26 17:09:27 +02:00
parent a6309af0e6
commit d257605202
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 7 additions and 32 deletions

View file

@ -34,11 +34,13 @@ in
{ plugins.oil.enable = true; }
{ plugins.nvim-autopairs.enable = true; }
{ plugins.vim-surround.enable = true; }
{
plugins.lint.enable = true;
# TODO: add linters
plugins.lint.lintersByFt = { };
}
# TODO: add linters
# {
# plugins.lint.enable = true;
# plugins.lint.lintersByFt = { };
# }
{
plugins.marks.enable = true;
plugins.marks.defaultMappings = false;