summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-02-07 23:34:09 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2020-02-07 23:34:09 -0500
commit78b45c3ac9278351ad2c4ba173bea5117557ccea (patch)
tree86a146e464ef2b4d3a70be9a5c91d4f10da6cafd /dot_config
parentzsh/path: add ~/Applications to path (diff)
vimrc: bonk rtp in nvim
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/nvim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/nvim/vimrc b/dot_config/nvim/vimrc
index d64b2e3..7003af6 100644
--- a/dot_config/nvim/vimrc
+++ b/dot_config/nvim/vimrc
@@ -24,6 +24,9 @@ if !has('nvim') " vim fails to into colors unless you claim to be xterm
set t_ut= " tmux/screen need xterm-* but break background cleaning
endif " neovim should still be fine
endif
+if has('nvim')
+ set rtp^=/usr/share/vim/vimfiles/ " let vim piggy back off of vim packages
+endif
" ui
set background=dark " white text on black, get over it