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 = {
enable = true;
lintersByFt = {
nix = ["satix"];
nix = ["statix"];
lua = ["selene"];
python = ["flake8"];
javascript = ["eslint_d"];