diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9fab7c5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.nix] +indent_size = 2 +indent_style = space diff --git a/nvf.nix b/nvf.nix index c70e011..89b28e3 100644 --- a/nvf.nix +++ b/nvf.nix @@ -56,6 +56,7 @@ in { python.enable = true; rust.enable = true; zig.enable = true; + nu.enable = true; }; visuals = { indent-blankline.enable = true; @@ -110,7 +111,6 @@ in { context.enable = true; highlight.enable = true; incrementalSelection.enable = true; - grammars = [pkgs.tree-sitter-grammars.tree-sitter-nu]; }; dashboard.alpha.enable = true; binds.whichKey.enable = true;