1
0
Fork 0

fix(neovim): update to new syntax

This commit is contained in:
Philipp 2025-12-24 13:08:12 +01:00
parent d38f92aed6
commit f1b7154b71
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

@ -4,7 +4,7 @@
languages = {
enableTreesitter = true;
nix.enable = true;
nix.format.type = "nixfmt";
nix.format.type = [ "nixfmt" ];
bash.enable = true;
go.enable = true;
rust.enable = true;