{ config, lib, pkgs, ... }: { programs.neovim = { enable = true; withRuby = true; withPython3 = true; withNodeJs = true; viAlias = true; vimAlias = true; plugins = []; }; }