mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 deletions
|
@ -1,7 +1,7 @@
|
|||
local cmprg = vim.g.pcode_cmprg
|
||||
local cmpcalc = vim.g.pcode_cmpcalc
|
||||
local cmptag = vim.g.pcode_cmptag
|
||||
local lspghost_text = vim.g.pcode_lspghost_text
|
||||
local cmprg = vim.g.pcode_cmprg or false
|
||||
local cmpcalc = vim.g.pcode_cmpcalc or false
|
||||
local cmptag = vim.g.pcode_cmptag or false
|
||||
local lspghost_text = vim.g.pcode_lspghost_text or false
|
||||
local icons = require("user.icons").ui
|
||||
return {
|
||||
{ "hrsh7th/cmp-nvim-lsp", event = "InsertEnter", lazy = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue