fix(neovim): set withRuby and withPython3 explicitly to false 🔇

This commit is contained in:
DannyDannyDanny 2026-04-19 13:48:25 +02:00
parent c3742db32e
commit 663be7872a

View file

@ -4,6 +4,8 @@
programs.neovim = { programs.neovim = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
withRuby = false;
withPython3 = false;
# VimScript settings (options that have no Lua equivalent or are simpler in vim) # VimScript settings (options that have no Lua equivalent or are simpler in vim)
extraConfig = '' extraConfig = ''