pkgs: { enable = true; vimAlias = true; extraConfig = '' set nowrap ''; plugins = with pkgs.vimPlugins; [ vim-nix indentLine indent-blankline-nvim neoformat ]; }