mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 deletions
|
@ -26,7 +26,6 @@ vim.g.pcode_colorscheme = "dracula"
|
|||
-- nightfox
|
||||
-- 0 =off 1= on
|
||||
vim.g.pcode_transparent_mode = 0
|
||||
vim.g.pcode_clear_lualine = 0
|
||||
-- 0 disable progress
|
||||
-- 1 lualine lsp progress
|
||||
-- 2 fidget progress
|
||||
|
@ -101,6 +100,3 @@ vim.g.pcode_coderunner = {
|
|||
vim.g.pcode_cmprg = false --https://github.com/lukas-reineke/cmp-rg
|
||||
vim.g.pcode_cmpcalc = false --https://github.com/hrsh7th/cmp-calc
|
||||
vim.g.pcode_cmptag = false --https://github.com/quangnguyen30192/cmp-nvim-tags
|
||||
|
||||
-- load nvim-tree or not
|
||||
vim.g.pcode_loadnvimtree_lazy = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue