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

nvim-cmp source for nvim lua

Results 4 cmp-nvim-lua issues
Sort by recently updated
recently updated
newest added

It seems this source only works for filetype `lua`. Is there a way to make it also work for lua scripts embedded in filetype `vim`?

I have: sources = { { name = "nvim_lsp" }, { name = "nvim_lua", include_deprecated = true }, { name = "luasnip" }, { name = "buffer" }, { name...

This is useful for some people also use fennel as config file.

Thanks for the awesome nvim completion plugins! It will help my confidence to use this at work especially if there is a license (e.g. MIT or Apache 2.0). Would you...