feat(rust): add rust to languages
This commit is contained in:
parent
e582f61265
commit
f848387e5a
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*~
|
||||||
|
result
|
1
nvf.nix
1
nvf.nix
|
@ -53,6 +53,7 @@ in {
|
||||||
go.enable = true;
|
go.enable = true;
|
||||||
haskell.enable = true;
|
haskell.enable = true;
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
|
rust.enable = true;
|
||||||
};
|
};
|
||||||
visuals = {
|
visuals = {
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue