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