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

Editor crashes whenever I try to get it to give suggestions #47

Open fusion809 opened 6 years ago

fusion809 commented 6 years ago

Hi,

This plugin seemed like it was exactly what I was looking for, but unfortunately after I added this in my ~/.vimrc to install it and utilize it:

" vim-lua-ftplugin
Plugin 'xolox/vim-misc'
Plugin 'xolox/vim-lua-ftplugin'
let g:lua_complete_omni = 1

, ran :source % and then :PluginInstall, restarted Vim and opened a Lua script and tried to get it to auto-complete some code, Vim crashed. I tried this in Vim and GVim, both crashed. Lua 5.3.4 is my version of Lua, my OS is Arch Linux, my kernel is 4.13.5 and my Vim version is 8.0.1184. If there's something else you want to know just ask. My full ~/.vimrc is here. In case you ask the lua binary is where I'd expect this plugin to expect it to be /usr/bin/lua.

Thanks for your time