Move ftplugin directory, add nvim-r plugin

This commit is contained in:
Riyyi
2018-10-16 22:24:32 +02:00
parent 34879bebec
commit 0e60de8c09
5 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ set nocompatible
" Setup paths
set backupdir=$XDG_CACHE_HOME/vim,/var/tmp,/tmp
set directory=$XDG_CACHE_HOME/vim,/var/tmp,/tmp
set packpath^=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after
set runtimepath^=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after
set packpath^=$XDG_CONFIG_HOME/vim
set runtimepath^=$XDG_CONFIG_HOME/vim
set viminfo+=n$XDG_CACHE_HOME/vim_history
"" General