This script is used to install all plugins, themes and setting to vim to my liking.
- Auto-pairs
- Lightline
- vim-polyglot
- NERDTree
- indentLine
- YouCompleteMe
- Vim Commentary
- Vim Surround
- Vim Gitgutter
- Vim Repeat
If you have already some changes in .vimrc file, please create a backup of this file and after installation paste the changes into newly created .vimrc. In the instalation process the old file is deleted and then new created. .vim folder is also deleted during Instalation.
sudo apt install cmake build-essential python3-dev wl-clipboard
git clone https://github.com/Sacek073/vim-config
chmod +x installer.sh
./installer.sh
During installation press Enter, if error occurrs (it is due to installation sequence and vimrc conflicts with Plug)
- Shorcuts:
Ctrl + n- toggles NERDTreeAltGr + t- opens terminalF4- previous tabF6- next tabF7- toggle highlighting in searchF8- toggle AutoComplPop
