Skip to content

sunn4room/nvim-cmp-codegeex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-cmp-codegeex

Require nvim-0.10 with new feature vim.system

nvim-cmp source for CodeGeeX.

-- lazy.nvim spec
{
  "sunn4room/nvim-cmp-codegeex",
  opts = {
    apikey = "xxx", -- the api key of codegeex.
    apikey_file = "/path/to/apikey/file", -- the api key file of codegeex.
    range = 500, -- the range to current line for completion context.
    delay = 500, -- the complete delay for performance.
  },
}

Codegeex source is not available by default. You should enable codegeex source with vim.g.use_codegeex = true.

nvim-cmp item value
source codegeex
kind CodeGeeX
highlight CmpItemKindCodeGeeX

About

nvim-cmp source for CodeGeeX.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages