2015-10-14 02:48:33 +00:00
|
|
|
" set a smaller indent
|
|
|
|
setlocal ts=2
|
|
|
|
|
|
|
|
" and set up the buffer just like a text file
|
|
|
|
let oldwd = getcwd()
|
2018-10-12 21:11:41 +00:00
|
|
|
exec "cd ~/.config/nvim/ftplugin"
|
2015-10-14 02:48:33 +00:00
|
|
|
source text.vim
|
|
|
|
exec "cd " . oldwd
|