feat: neovim - parinfer-rust

This commit is contained in:
Ryan Yin
2024-01-06 00:05:02 +08:00
parent 9ffdbfe068
commit aaef949c99
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{pkgs, ...}: {
programs.helix = {
enable = true;
package = pkgs.helix;
};
}

View File

@@ -2,7 +2,6 @@
programs = {
neovim = {
enable = true;
package = pkgs.neovim;
defaultEditor = true;
viAlias = true;