fix(nvim): typo in nix linter name

This commit is contained in:
Michael Thomas 2024-06-13 01:21:15 +02:00
parent 730b589fd1
commit b25a89b471

View File

@ -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"];