update
This commit is contained in:
parent
d98b3a4100
commit
afce471c52
|
@ -40,3 +40,12 @@ mv $CONFIGBASE/config/nvim $CONFIG_DIR
|
||||||
rm -rf $CONFIGBASE
|
rm -rf $CONFIGBASE
|
||||||
|
|
||||||
|
|
||||||
|
echo "Config vim-plug for neovim ..."
|
||||||
|
|
||||||
|
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
echo "Done! Finished install vim Configuration."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user