Skip to content

Does not work in vim without lua compiled in #6

@jototland

Description

@jototland

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions