Skip to content

ncm completion not showing #31

Description

@xllvrr

Recently, the omnicompletion has not been showing
Configuration file is as below, using ArchLinux on the latest kernel right now. Not sure whether it's a problem with the settings or with another plugin. Tried to uninstall some of the plugins I thought might have an issue and reinstalled the ncm2 stuff but doesn't seem to make a diff


call plug#begin('~/repos/plugged')

" ncm2 for Autocomplete
Plug 'ncm2/ncm2' " Snippets for ncm-R
Plug 'roxma/nvim-yarp' " Dependency for ncm2
Plug 'ncm2/ncm2-bufword'
Plug 'ncm2/ncm2-path'
Plug 'sirver/ultiSnips'
Plug 'ncm2/ncm2-ultisnips'
" For R
Plug 'gaalcaras/ncm-R' " Code Completion for R
augroup ncm2
    autocmd BufEnter * call ncm2#enable_for_buffer()
    set completeopt=noinsert,menuone,noselect
    inoremap <c-c> <ESC>
augroup END

Currently, only packages show
image

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