mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 05:24:26 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -5,7 +5,7 @@ if not status_cmp_ok then
|
|||
return
|
||||
end
|
||||
|
||||
local lspvitualtext = vim.g.pcode_lsp_virtualtext or false
|
||||
local lspvitualtext = pcode.lsp_virtualtext or false
|
||||
local icons = vim.g.pcode_icons
|
||||
|
||||
M.capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue