fix(nvim): typo in nix linter name
This commit is contained in:
parent
730b589fd1
commit
b25a89b471
@ -2,7 +2,7 @@
|
||||
plugins.lint = {
|
||||
enable = true;
|
||||
lintersByFt = {
|
||||
nix = ["satix"];
|
||||
nix = ["statix"];
|
||||
lua = ["selene"];
|
||||
python = ["flake8"];
|
||||
javascript = ["eslint_d"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user