vim-settings/README.md

23 lines
756 B
Markdown
Raw Normal View History

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 ~
- ln -s .config_repos/vim-settings/.vimrc
- ln -s .config_repos/vim-settings/.vim