diff options
| author | 2020-02-07 23:34:09 -0500 | |
|---|---|---|
| committer | 2020-02-07 23:34:09 -0500 | |
| commit | 78b45c3ac9278351ad2c4ba173bea5117557ccea (patch) | |
| tree | 86a146e464ef2b4d3a70be9a5c91d4f10da6cafd | |
| parent | zsh/path: add ~/Applications to path (diff) | |
vimrc: bonk rtp in nvim
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/vimrc | 3 |
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 |
