diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-05 20:54:35 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-05 20:54:35 +0200 |
commit | cdf3fa7aa683685388c2b8a2355560d9511f45c4 (patch) | |
tree | e96bb1d00898a60cccad0435fbefa8852269fa86 | |
parent | 2dab05acd8e6c357fb77ba637a5db93f59bf6275 (diff) | |
download | dotfiles_ascii-cdf3fa7aa683685388c2b8a2355560d9511f45c4.tar.xz dotfiles_ascii-cdf3fa7aa683685388c2b8a2355560d9511f45c4.zip |
Fix nvim
Diffstat (limited to '')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,8 +41,6 @@ #stow vim -#nvim +PluginInstall +qall - ## The service doesn't work on my system... #./stow-services services/twmnd.service #stow twmnd @@ -53,7 +51,9 @@ #stow nvim #git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim -#nvim + +#nvim +PluginInstall +qall + ## Install mutt # yolo Module::Install # <== required by html-view |