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.
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:, 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