Skip to content

Can't get neocomplete working with custom modules. #36

Description

@JosephFerano

I'm trying to contribute to the following project; Hammerspoon

They have an "extensions" folder that contains all of the main lua modules. I'm basically trying to get completion for those modules. This is what I'm getting;

img

It's working with the standard modules;
img

For my lua settings, all I have is this;

let g:lua_check_syntax = 0
let g:lua_complete_omni = 1

I haven't done much in the way of neocomplete settings, this is just a preliminary regex to test it out;

let g:neocomplete#sources#omni#input_patterns.lua = '[^. \t]:\w*'

I appreciate the help and nice plugin!

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