cmp-nvim-lsp icon indicating copy to clipboard operation
cmp-nvim-lsp copied to clipboard

nvim-cmp source for neovim builtin LSP client

Results 30 cmp-nvim-lsp issues
Sort by recently updated
recently updated
newest added

It would be nice if there was an issue such as in https://github.com/hrsh7th/nvim-cmp/issues/231 for breaking changes announcements

The entry_filter has been incorporated into the configuration to facilitate Text data filtering. ![image](https://github.com/hrsh7th/cmp-nvim-lsp/assets/42434762/e1fee495-d85d-4d3b-a6b2-8cc3cf0978f4) **The thing is, text data still pops up while using it.** ![image](https://github.com/hrsh7th/cmp-nvim-lsp/assets/42434762/ab2734ed-4d26-4c78-88f0-6ca2a1ff0631) - Windows - powershell7/neovide...

This plugin uses after directory to run a script. But if you don't use any plugin manager and rely on pack/*/opt directory and packadd command to load plugin. The script...

As the title says. The specific use case for me is that I don't want `emmet_ls` to be in the suggestions. I'm already communicating with it directly with a [custom...

I'm not 100% sure this is the right place to report this. Using a minimal configuration `nvim-minimal/init.vim`: ```vim if has('vim_starting') set encoding=utf-8 endif scriptencoding utf-8 if &compatible set nocompatible endif...

Hi! ## The problem I remember that some time ago (a long time ago), with the typescript-language-server, I could see the auto import source in the documentation window when selecting...

I'm currently using latest release version of neovim (0.9.0) I'm follow up [this channel](https://github.com/lazyvim/lazyvim) to setup lsp servers and completion with `nvim-lspconfig`, `mason-lspconfig.nvim`, `mason.nvim` and `nvim-cmp` comes up with `cmp-nvim-lsp`....

Steps to reproduce: - Open .html file -> tailwindcss autocomplete suggestions work - Open .heex file (elixir template) -> tailwindcss autocomplete suggestions don't work - Repo with nvim lsp config:...

Hi! Firstly, thanks to all your hard work making these cmp plugins. They are a huge boost to developer workflow in Neovim! So, I just did PackerSync (because it's the...