xolox / vim-lua-ftplugin

Lua file type plug-in for the Vim text editor
http://peterodding.com/code/vim/lua-ftplugin
187 stars 27 forks source link

Only define autocmds for lua files #48

Open idbrii opened 6 years ago

idbrii commented 6 years ago

Fix #17.

Limit automatic commands to check for syntax errors/undefined globals and change Vim's "completeopt" setting to lua buffers.