ultisnips
ultisnips copied to clipboard
Snippets not being displayed on a popup/prompt window
Expected behavior:
When i type i expect a popup to show the available snippets.
Actual behavior:
Nothing displays
Steps to reproduce
plugins.vim
Plug 'SirVer/ultisnips' "causing tab to not work
Plug 'mlaursen/vim-react-snippets'
Plug 'honza/vim-snippets'
ultisnips.vim
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
" If you want :UltiSnipsEdit to split your window.
let g:UltiSnipsEditSplit="vertical"
- open .tsx file.
type fce -> tab
You can see below i get the option now to invoke the snippet, but i remember there use to be some displaybox/promp/popup that shows the available snippets as soon as i start typing fce.. but that no longer appears
You can see i get other lsp options but no snippet options
- Operating System: ubuntu 22.04
- Vim Version: NVIM v0.7.2
- UltiSnips Version: 1edcb40ce749c47d5da42ab02dcdf21f9279bfbb
- Python inside Vim: 3.10.4
- Docker repo/vimrc:
Plug 'SirVer/ultisnips' "causing tab to not work
Plug 'mlaursen/vim-react-snippets'
Plug 'honza/vim-snippets'