From b85fe9763068078b622baf22ee98b54b5e008385 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 09:17:07 +0200 Subject: Add nvim config --- install.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index dccbcd9..f0af9a7 100644 --- a/install.sh +++ b/install.sh @@ -128,4 +128,16 @@ #sudo pacman -S notmuch +## nvim + +#sudo pacman -S python-neovim python-twisted + # install dotfiles + +# post install dotfile + +## nvim + +#git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim + +#nvim +PluginInstall +qall -- cgit v1.2.1