feat(nu): complete nushell support
This commit is contained in:
parent
759b991556
commit
dbc066fed9
2 changed files with 4 additions and 1 deletions
3
.editorconfig
Normal file
3
.editorconfig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[*.nix]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
2
nvf.nix
2
nvf.nix
|
@ -56,6 +56,7 @@ in {
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
zig.enable = true;
|
zig.enable = true;
|
||||||
|
nu.enable = true;
|
||||||
};
|
};
|
||||||
visuals = {
|
visuals = {
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
|
@ -110,7 +111,6 @@ in {
|
||||||
context.enable = true;
|
context.enable = true;
|
||||||
highlight.enable = true;
|
highlight.enable = true;
|
||||||
incrementalSelection.enable = true;
|
incrementalSelection.enable = true;
|
||||||
grammars = [pkgs.tree-sitter-grammars.tree-sitter-nu];
|
|
||||||
};
|
};
|
||||||
dashboard.alpha.enable = true;
|
dashboard.alpha.enable = true;
|
||||||
binds.whichKey.enable = true;
|
binds.whichKey.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue