vim-lua-ftplugin
vim-lua-ftplugin copied to clipboard
Lua file type plug-in for the Vim text editor
I set lua_complete_omni `let g:lua_complete_omni = 1` In my lua file, I require a module `require "my_module"` I type but no autocomplete for my module. `my_module.func()` If I run my...
Love documentation can be provided with vim-love-docs: https://github.com/davisdude/vim-love-docs/releases/tag/0.6.1 Or with my fork of luarefvim (includes both lua51 and love docs): https://github.com/idbrii/luarefvim
E764: Option 'completefunc' is not set -- ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)
I have matchit plugin from here https://github.com/adelarsq/vim-matchit The % works, but if ``` function() if something then end end ``` If i'm in the word `function`, it jumps to the...
Commit 6d68f3d removed the functionality to define/override $LUA_PATH, but the documentation still mentions it. This also adds support for caching in xolox#lua#getsearchpath, which appears to be useful anyway. I could...
The new semantic is according to : - `]]` jumps to the start of the next function, - `]]` to the start of the previous function, - `][` to the...
I've been experiencing a problem related with autocomplete of Lua keywords. On pressing dot, Vim automatically picks up the first choice. For instance, if I type "table", then on typing...
Fix #17. Limit automatic commands to check for syntax errors/undefined globals and change Vim's "completeopt" setting to lua buffers.
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: ``` "...
With the awesome window manager installed, open `/etc/xdg/awesome/rc.lua` and type `awful.`, where the last dot triggers completion, my gvim just freezes and strace shows that it hangs on a `futex`...