cmp-nvim-lsp
cmp-nvim-lsp copied to clipboard
nvim-cmp source for neovim builtin LSP client
Resolves #60
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.  **The thing is, text data still pops up while using it.**  - 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...