Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 746 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 746 Bytes

seschis-vim

keeping track of my vim setup and plugins

Some helper stuff that I'll likely forget

This vim dir is using native vim-8 packages. They are simple git-clones of vim plugins and placed into <.vim>/pack/plugins/<name>

Ex. git submodule add https://github.com/tpope/vim-fugitive.git pack/plugins/start/vim-fugitive

Extra information about managing vim-8 native plugins without a plugin manager: https://gist.github.com/manasthakur/d4dc9a610884c60d944a4dd97f0b3560

More reading https://shapeshed.com/vim-packages/

If transfering this to a new system, here are the step you want to run.

cd seschis-vim
git submodule update --init--recursive
cd ..
ln -s seschis-vim .vim
ln -s seschis-vim/vimrc .vimrc