/vim

Primary LanguageVim Script

Vim

Lightweight, dependency free vim setup for Windows and Linux.

Dependencies

Windows

  • Clone project repository.
  • Install vim into this project folder at ./vim90.
  • Link the _vimrc file: New-Item -ItemType HardLink -Path D:\software\vim\vim90\_vimrc -Target .\_vimrc
  • Install plugins: vim -S plugin-snapshot.vim

Linux

cd ~
git clone https://github.com/AgentCosmic/vim.git
ln -rsf ~/vim/.vimrc .vimrc
vim -S vim/plugin-snapshot.vim