## My (neo)vim configuration ### Install ```shell 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`