Shougo / context_filetype.vim

Context filetype library for Vim script
Other
160 stars 20 forks source link

feat: ftplugin in toml for dein.vim #48

Closed KosukeMizuno closed 3 years ago

KosukeMizuno commented 3 years ago

Hi, I added a support for toml for dein.vim. While hook_** has been supported, [ftplugin] and [plugins.ftplugin] haven't.

[ftplugin]
_ = '''
setlocal formatoptions-=r
setlocal formatoptions-=o
'''
Shougo commented 3 years ago

Thanks.