marekkon

Results 1 issues of marekkon

The floating window appears even though `g:completion_enable_auto_popup = 0` On minimal config: ```viml call plug#begin('~/.vim/plugged') Plug 'neovim/nvim-lsp' Plug 'haorenW1025/completion-nvim' call plug#end() autocmd BufEnter * lua require'completion'.on_attach() set completeopt=menuone,noinsert,noselect lua

bug