diff options
author | Chris <[email protected]> | 2020-07-18 14:51:10 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-07-18 14:51:10 -0400 |
commit | f3fab2c54ec226e4d55839019c9ed9ce58987a10 (patch) | |
tree | 41d8644aec55bd9b1532dca24ed3cd054b5e7339 /init.vim | |
parent | ff047125b058257d8fa1295c55d1cb2ee9dae3f3 (diff) |
vista fix
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ endif " Experimental -if !empty(glob("./paths.vim")) +if !empty(glob("~/.config/nvim/paths.vim")) source $HOME/.config/nvim/paths.vim endif let g:polyglot_disabled = ['csv'] |