feat(nvim): Setup nvim-lint through nixvim config
This commit is contained in:
parent
b2b9477041
commit
439eec75c3
3 changed files with 8 additions and 18 deletions
|
@ -14,4 +14,12 @@
|
|||
treesitter.incrementalSelection.enable = true;
|
||||
treesitter-context.enable = true;
|
||||
trouble.enable = true;
|
||||
lint = {
|
||||
enable = true;
|
||||
lintersByFt = {
|
||||
rust = [ "typos" ];
|
||||
latex = [ "chktex" "typos" ];
|
||||
markdown = [ "typos" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue