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
|
||||
htop
|
||||
ncdu
|
||||
neovim
|
||||
ripgrep
|
||||
wget
|
||||
];
|
||||
|
@ -160,6 +159,11 @@ in
|
|||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
};
|
||||
|
||||
security = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue