-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
The plugin fails to load on (regular) Vim without Lua.
Explanation: On line 197 there is a 'has("nvim")'-if-statement, with a lua statement on line 198.
As I understand it, lua is required on neovim because of the listener API, but the plugin itself works fine on regular VIM, without lua, if it wasn't for the offending statement on line 198.
Without lua compiled in, the statement on line 198 is syntactically invalid, and the plugin will fail.
Possible fixes: move the lua-statement to a separate file, or hide it in a string with :execute.
Metadata
Metadata
Assignees
Labels
No labels