diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 09:17:07 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 09:17:07 +0200 |
commit | b85fe9763068078b622baf22ee98b54b5e008385 (patch) | |
tree | da37cc4565de135daf137040361d3f29863d337f /install.sh | |
parent | 81f3db2c9fcc83fd2da86757dfb821d3edea9915 (diff) | |
download | dotfiles_dotdrop-b85fe9763068078b622baf22ee98b54b5e008385.tar.xz dotfiles_dotdrop-b85fe9763068078b622baf22ee98b54b5e008385.zip |
Add nvim config
Diffstat (limited to '')
-rw-r--r-- | install.sh | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |