Fix ftplugin path
This commit is contained in:
parent
e9be22f978
commit
4db0074dbc
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ setlocal ts=2
|
||||||
|
|
||||||
" and set up the buffer just like a text file
|
" and set up the buffer just like a text file
|
||||||
let oldwd = getcwd()
|
let oldwd = getcwd()
|
||||||
exec "cd ~/.vim/ftplugin"
|
exec "cd ~/.config/nvim/ftplugin"
|
||||||
source text.vim
|
source text.vim
|
||||||
exec "cd " . oldwd
|
exec "cd " . oldwd
|
||||||
|
|
Loading…
Reference in a new issue