No description
| .vim | ||
| .gitmodules | ||
| .vimrc | ||
| README.md | ||
| vim.png | ||
vim-settings
-
What's inside
- A bunch of Settings (Numbers, Nocompatible, History, Mouse,...)
- VIM Plugin Manager Plug
- Plugins:
- Easy Aalign
- Nerdtree
- Airline
- Colors & Themes
- vim-one
- vim-code-dark
- vim-airline-themes
-
Install
mkdir ~/.dotfilescd ~/.dotfilesgit 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 URL- --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
cd ~mv .vim .vim_old && mv .vimrc .vimrc_oldln -s .dotfiles/vim-settings/.vimrcln -s .dotfiles/vim-settings/.vim- Open
vimand type:PlugInstall, to make sure all plugins are uptodate, then quit.
-
Update (Submodules included)
cd ~/.dotfiles/vim-settingsgit pull --recurse-submodules