style(nvim): remove clutter etc.
This commit is contained in:
parent
a6309af0e6
commit
d257605202
3 changed files with 7 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue