fix(neovim): update to new syntax
This commit is contained in:
parent
d38f92aed6
commit
f1b7154b71
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
languages = {
|
languages = {
|
||||||
enableTreesitter = true;
|
enableTreesitter = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
nix.format.type = "nixfmt";
|
nix.format.type = [ "nixfmt" ];
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
go.enable = true;
|
go.enable = true;
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue