master
vy.boyko 2023-12-05 23:57:38 +03:00
parent a345595b7c
commit 08db10b626
3 changed files with 7 additions and 1 deletions

3
install_vimrc.sh 100644
View File

@ -0,0 +1,3 @@
cd ~/.vim
cat ~/.vim/vimrc.vim > ~/.vimrc
echo "Installed the Vim configuration successfully! Enjoy :-)"

3
update.sh 100644
View File

@ -0,0 +1,3 @@
#!/bin/bash
git submodule update --init --recursive

View File

@ -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