SQL filetype commands not working in vim (filetype detected correctly) -
There are several features for the SQL file type plugin which do not seem to work for me. I have installed the following files in the right places (all are called sql.vim)
- Syntax -
- ftplugin - < P> Was it also necessary? Syntax highlighting is now correct, but by default, needing something to download plug-ins to assist files?
However, for example, [[,]], [] and] [do not work as described, and: SQLSetType is not a recognized command, do I enable it and do Need?
Thank you in advance for any help
SQL syntax by David Fishburn The file type plugins are actually distributed with the Win Runtime; If you need a newer version compared to your existing Vime version, you need to install them in your
~ / .vim / directory. (So usually, no.)
If syntax is working but there are no definitions of file type, then you are probably missing
: filetype plugin indent on
In your
~ / .vimrc You
: script name output and
: verbose nmap]] .
Comments
Post a Comment