Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 278 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 278 Bytes

Install

git clone https://github.com/tomtomjhj/init.vim ~/.vim
git submodule update --init
" ~/.config/nvim/init.vim
if has('nvim')
  set runtimepath+=~/.vim
  set runtimepath+=~/.vim/after
endif
source ~/.vim/configs.vim
nvim -c PlugInstall