Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

omni completion (^o^n^p) pattern not found #71

Closed
dcy opened this issue Dec 21, 2016 · 7 comments
Closed

omni completion (^o^n^p) pattern not found #71

dcy opened this issue Dec 21, 2016 · 7 comments

Comments

@dcy
Copy link

dcy commented Dec 21, 2016

Hi!
I use nvim with alchemist.vim. When type <C-x><C-o>, it will be omni completion (^o^n^p) pattern not found

@dcy
Copy link
Author

dcy commented Dec 21, 2016

$ cat ~/.config/nvim/init.vim 
call plug#begin('~/.vim/plugged')

Plug 'vim-erlang/vim-erlang-compiler'
Plug 'vim-erlang/vim-erlang-skeletons'
Plug 'vim-erlang/vim-erlang-runtime'
Plug 'vim-erlang/vim-erlang-omnicomplete'
Plug 'vim-erlang/vim-erlang-tags'


Plug 'dcy/vim-colors-solarized'
Plug 'elixir-lang/vim-elixir'
Plug 'slashmili/alchemist.vim'

call plug#end()
set background=dark

Erlang works fine. Elixir can not use omnicomplete

@slashmili
Copy link
Owner

Hi,

Is possible to capture what you are doing with asciinema.org and put it here?

@dcy
Copy link
Author

dcy commented Dec 25, 2016

@slashmili
Copy link
Owner

I see, it should be a mix project directory.

The autocomplete works by loading compiled file(beams) and find the related functions.

@dcy
Copy link
Author

dcy commented Dec 28, 2016

@slashmili how can i fix this? it also can not work in my Phoenix app.

@slashmili slashmili reopened this Dec 28, 2016
@slashmili
Copy link
Owner

Sorry for my late replies, It's during holidays :)

Could you give me more details? Step by step, from creating mix project until the vim test, or even better if you capture all of that with asciinema

@dcy
Copy link
Author

dcy commented Jan 6, 2017

Thanks! It works.

@dcy dcy closed this as completed Jan 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants