mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-06 19:04:50 +02:00
enc: update config, add cmp colorfull and cmp RG
This commit is contained in:
parent
20e96da865
commit
76277745b3
8 changed files with 419 additions and 222 deletions
|
@ -22,7 +22,9 @@ pcode.lang = {
|
|||
pcode.extras = {
|
||||
autosave = false,
|
||||
bigfiles = false,
|
||||
codeium = false,
|
||||
codeiumnvim = false,
|
||||
neocodeium = true,
|
||||
liveserver = false,
|
||||
minianimate = false,
|
||||
neoscroll = false,
|
||||
|
@ -30,16 +32,15 @@ pcode.extras = {
|
|||
refactoring = false,
|
||||
rest = false,
|
||||
treesittercontex = false,
|
||||
codeium = true,
|
||||
colorizer = false,
|
||||
dap = false,
|
||||
deviconcolor = true,
|
||||
deviconcolor = false,
|
||||
illuminate = true,
|
||||
indentscupe = true,
|
||||
indentscupe = false,
|
||||
navic = true,
|
||||
nvimmenu = false,
|
||||
rainbowdelimiters = true,
|
||||
scrollview = true,
|
||||
scrollview = false,
|
||||
smartsplit = true,
|
||||
verticalcolumn = true,
|
||||
visualmulti = true,
|
||||
|
@ -52,6 +53,7 @@ pcode.extras = {
|
|||
dressing = true,
|
||||
telescopediff = false,
|
||||
cheatsheet = false,
|
||||
showkeys = true,
|
||||
}
|
||||
-- activate config themes
|
||||
pcode.themes = {
|
||||
|
@ -100,4 +102,5 @@ pcode.themes = {
|
|||
pcode.transparent = false
|
||||
pcode.localcode = true
|
||||
pcode.snippets_path = vim.fn.stdpath("config") .. "/mysnippets"
|
||||
pcode.use_nvimtree = true
|
||||
pcode.nvimtree_float = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue