init: add vim config

This commit is contained in:
Mikhail Kiselev
2026-04-16 09:51:26 +03:00
commit a99ac4ac27
5 changed files with 505 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Mike Bell's VIM settings
Installation:
```sh
git clone https://git.movida.biz/bell/dotvim.git ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```
Create symlinks:
```sh
ln -s ~/.vim/vimrc ~/.vimrc
```