1

Update nixvim config

This commit is contained in:
2024-06-01 12:57:18 +02:00
parent 2a2b3385e1
commit 465ce0f3aa
3 changed files with 219 additions and 148 deletions

View File

@ -7,4 +7,5 @@ with lib;
with mylib.modules; {
enable = mkEnableOpt "NeoVim";
alias = mkBoolOpt false "Link nvim to vim/vi";
neovide = mkEnableOpt "NeoVide";
}