Vim configuration
Go to file
2019-04-30 02:17:39 +02:00
colors.vim enable conceal 2019-04-01 19:10:33 +02:00
init.vim workaround for nvim truncating files on crash 2019-04-30 02:17:39 +02:00
lightline.vim Replace file percent with line info 2016-01-17 16:04:54 +01:00
README.md update instructions for vim-plug 2018-12-01 15:28:53 +01:00

My (neo)vim configuration

Install

config=$XDG_CONFIG_HOME/nvim
plugins=$XDG_DATA_HOME/nvim/plugins
site=$XDG_DATA_HOME/nvim/site/autoload
mkdir -p $plugins $site

curl https://git.io/VgrSsw -Lo $site/plug.vim 
git clone https://github.com/rnhmjoj/dotvim.git $config 

run nvim +PlugInstall

Update

run nvim +PlugUpdate