prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.1k stars 304 forks source link

Snippets in menu #1489

Closed damonmccain closed 1 year ago

damonmccain commented 1 year ago

I can't get snippets to show in autocomplete menu but the snippet executes with tab. I know the snippet is there but it doesn't show up in the menu. Forgot to mention I"am using plugin's for snippets Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' Plug 'thomasfaingnaert/vim-lsp-snippets' Plug 'thomasfaingnaert/vim-lsp-ultisnips'

prabirshrestha commented 1 year ago

I don't own any of those plugins. I use https://github.com/prabirshrestha/asyncomplete.vim with https://github.com/hrsh7th/vim-vsnip.