NeoVim: Disable Ruby plugins

My only use of NeoVim is quick edits, and what minimal config I have works
without any plugins. As such, I can safely disable ruby plugins and hopefully
get rid of extra overhead and surface area in the system.
This commit is contained in:
Payas Relekar 2022-02-03 09:47:19 +05:30
parent 87f9ac0cad
commit e8f2a3f283

View file

@ -73,6 +73,7 @@ in
set relativenumber
'';
withPython3 = false;
withRuby = false;
};
htop = {