I'm using nvchad neovim setup with typescript lsp. Lsp works just fine and opens me list with suggestions to autocomplete, but only when I start typing something. What I want to be able to do is to trigger this suggestions list to pop up by pressing some hotkey
There is how it looks like
I don't know if it useful, but I use next plugins for lsp:
- nvim-lspconfig
- mason.nvim
- mason-lspconfig.nvim
Also nvchad configuration has auto setup for nvim-cmp and LuaSnip plugins. I didn't configure them manually