2021-11-28 17:46:45 +01:00
|
|
|
# vim-settings
|
|
|
|
|
2021-11-28 18:06:37 +01:00
|
|
|
- What's inside
|
2021-11-29 10:28:56 +01:00
|
|
|
- A bunch of Settings (Numbers, Nocompatible, History, Mouse,...)
|
2021-11-28 18:06:37 +01:00
|
|
|
- VIM Plugin Manager Plug
|
|
|
|
- Plugins:
|
|
|
|
- Easy Aalign
|
|
|
|
- Nerdtree
|
|
|
|
- Airline
|
|
|
|
- Colors & Themes
|
|
|
|
- vim-one
|
|
|
|
- vim-code-dark
|
|
|
|
- vim-airline-themes
|
|
|
|
- Install
|
2021-11-28 22:15:29 +01:00
|
|
|
- mkdir ~/.config_repos
|
|
|
|
- cd ~/.config_repos
|
2021-11-29 10:28:56 +01:00
|
|
|
- git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git
|
|
|
|
- Use ssh if you want to commit also: git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/vim-settings.git
|
|
|
|
- --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
|
2021-11-28 18:06:37 +01:00
|
|
|
- cd ~
|
2021-11-29 14:31:58 +01:00
|
|
|
- mv .vim .vim_old && mv .vimrc .vimrc_old
|
2021-11-28 18:06:37 +01:00
|
|
|
- ln -s .config_repos/vim-settings/.vimrc
|
|
|
|
- ln -s .config_repos/vim-settings/.vim
|
2021-11-29 12:06:55 +01:00
|
|
|
|
|
|
|
- Update (Submodules included)
|
|
|
|
- cd ~/.config_repos/vim-settings
|
|
|
|
- git submodule update --recursive --remote
|
2021-11-29 15:07:58 +01:00
|
|
|
|
2021-11-29 15:09:32 +01:00
|
|
|
![vim](vim.png "vim")
|