Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 385 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 385 Bytes

VIM setting file

on VIM

  • place .vimrc on ~/
  • get vim-plug as this page says so
  • type ':PlugInstall' in vim
  • restart vim

on neoVim

  • place .myvimrc on ~/.config/nvim/init.vim (you need to rename filename)
  • get vim-plug as this page says so
  • type ':PlugInstall' in neoVim
  • restart neoVim