Compare commits
2 Commits
b474cabc0e
...
e474979699
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e474979699 | ||
|
|
1130a847a6 |
@@ -9,6 +9,8 @@ in
|
|||||||
fzf
|
fzf
|
||||||
ripgrep
|
ripgrep
|
||||||
ripgrep-all
|
ripgrep-all
|
||||||
|
ctags
|
||||||
|
lua54Packages.luarocks-nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
@@ -17,5 +19,7 @@ in
|
|||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
withRuby = true;
|
withRuby = true;
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user