fix(neovim): set withRuby and withPython3 explicitly to false 🔇
This commit is contained in:
parent
c3742db32e
commit
663be7872a
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
withRuby = false;
|
||||
withPython3 = false;
|
||||
|
||||
# VimScript settings (options that have no Lua equivalent or are simpler in vim)
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue