scripts
This commit is contained in:
parent
a345595b7c
commit
08db10b626
3
install_vimrc.sh
Normal file
3
install_vimrc.sh
Normal file
@ -0,0 +1,3 @@
|
||||
cd ~/.vim
|
||||
cat ~/.vim/vimrc.vim > ~/.vimrc
|
||||
echo "Installed the Vim configuration successfully! Enjoy :-)"
|
3
update.sh
Normal file
3
update.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
git submodule update --init --recursive
|
@ -131,7 +131,7 @@ set statusline+=%-14.(%l,%c%V%)\ %<%P " offset
|
||||
set laststatus=2
|
||||
|
||||
" Plugins will be downloaded under the specified directory.
|
||||
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged')
|
||||
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim_runtime/plugged')
|
||||
|
||||
" Declare the list of plugins.
|
||||
" ':PlugInstall' to install plugins
|
||||
|
Loading…
Reference in New Issue
Block a user