fix(neovim): remove nix community pack and manually configure
This commit is contained in:
parent
c33c3737f1
commit
81f5afdbc3
5 changed files with 36 additions and 20 deletions
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
optional = true,
|
||||
opts = {
|
||||
linters_by_ft = {
|
||||
nix = { "statix", "deadnix" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue