diff options
author | neodarz <neodarz@neodarz.net> | 2018-01-14 14:13:10 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-01-24 01:15:51 +0100 |
commit | 92d3ce5139a7a72afe56c2ac3a8991c33dca364c (patch) | |
tree | 425a9a1b267cd2573ea0eff54d071af49c219183 | |
parent | 8f4d3100548bb432e18928e844df2449054f15d8 (diff) | |
download | dotfiles_ascii-92d3ce5139a7a72afe56c2ac3a8991c33dca364c.tar.xz dotfiles_ascii-92d3ce5139a7a72afe56c2ac3a8991c33dca364c.zip |
install vundle command in nvim folder instead of vim fodler
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ yolo -S otf-fira-code #stow vim -#git clone https://github.com/vundlevim/vundle.vim.git vim/.vim/bundle/Vundle.vim -#vim +PluginInstall +qall +#git clone https://github.com/vundlevim/vundle.vim.git nvim/.config/nvim/bundle/Vundle.vim +#v +PluginInstall +qall ## The service doesn't work on my system... #./stow-services services/twmnd.service |