{ pkgs, ... }: { programs.neovim = { enable = true; vimAlias = true; viAlias = true; plugins = with pkgs.unstable.vimPlugins; [ astrocore astrolsp astroui ]; }; }