fix(common): enable neovim correctly
This commit is contained in:
parent
9b66f7b252
commit
55f22b08f1
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,6 @@ in
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
ncdu
|
ncdu
|
||||||
neovim
|
|
||||||
ripgrep
|
ripgrep
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
@ -160,6 +159,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue