Go to file
Ruben Dahl 23e3dbfc44
Added my current config, generated from vim-bootstrap.com
2023-08-26 23:22:07 +02:00
README.md Updated README with info about the files 2023-04-09 00:03:48 +02:00
initialize-nvim.sh Added an initializer for neovim 2023-05-19 19:12:33 +02:00
install-vimplug.sh Moving over to Vim-Plug instead of Vundle. 2023-02-21 20:25:31 +00:00
vimrc.OLD Renamed the files and removed the symlink 2023-04-08 13:37:12 +02:00
vimrc_bootstrapped Added my current config, generated from vim-bootstrap.com 2023-08-26 23:22:07 +02:00
vimrc_nvim Updated the nvim vimrc 2023-04-08 23:58:33 +02:00
vimrc_plug Renamed the files and removed the symlink 2023-04-08 13:37:12 +02:00
vimrc_vundle Renamed the files and removed the symlink 2023-04-08 13:37:12 +02:00

README.md

dotfiles

About the files

vimrc.OLD is an old version that is subject to deletion

vimrc_nvim is the maintained version that is made for neovim. Requires nvim >= 0.7

vimrc_plug is the older version for vim and neovim <=0.7 using Vim-Plug

vimrc_vundle is the mirror, using Vundle instead of Plug. No longer updated.

install-vimplug.sh is an easy way for me to install Plug on new devices.