Fix ftplugin path

This commit is contained in:
Thomas Gideon 2018-10-12 17:11:41 -04:00
parent e9be22f978
commit 4db0074dbc

View file

@ -3,6 +3,6 @@ setlocal ts=2
" and set up the buffer just like a text file
let oldwd = getcwd()
exec "cd ~/.vim/ftplugin"
exec "cd ~/.config/nvim/ftplugin"
source text.vim
exec "cd " . oldwd