Cmp Nvim Lua Save

nvim-cmp source for nvim lua

Project README

cmp-nvim-lua

nvim-cmp source for neovim Lua API.

Setup

require'cmp'.setup {
  sources = {
    { name = 'nvim_lua' }
  }
}

Options

include_deprecated (boolean: default false)

Specify should includes deprecated things or not.

What is this source?

This source will complete neovim's Lua runtime API such vim.lsp.*.

You can get the vim.lsp.util.* API with this source.

Open Source Agenda is not affiliated with "Cmp Nvim Lua" Project. README Source: hrsh7th/cmp-nvim-lua
Stars
293
Open Issues
1
Last Commit
1 year ago
Tags

Open Source Agenda Badge

Open Source Agenda Rating