{pkgs, ...}: { programs.neovim = { enable = true; viAlias = true; vimAlias = true; defaultEditor = true; initLua = '' vim.opt.cmdheight = 0 ''; }; }