mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
enc: upgrade v2 to v2.5
This commit is contained in:
parent
68ea712b98
commit
609234c086
443 changed files with 5224 additions and 90746 deletions
69
lua/pcode/user/default.lua
Normal file
69
lua/pcode/user/default.lua
Normal file
|
@ -0,0 +1,69 @@
|
|||
-- activate config spesific languages
|
||||
pcode.lang = {
|
||||
-- "angular",
|
||||
-- "cpp",
|
||||
-- "sql",
|
||||
-- "deno",
|
||||
-- "golang",
|
||||
-- "java",
|
||||
-- "javascript",
|
||||
-- "kotlin",
|
||||
-- "markdown",
|
||||
"php",
|
||||
-- "prisma",
|
||||
-- "python",
|
||||
-- "tust",
|
||||
-- "tailwind",
|
||||
}
|
||||
-- activate config extras
|
||||
pcode.extras = {
|
||||
-- "autosave",
|
||||
-- "bigfiles",
|
||||
-- "codeiumnvim",
|
||||
-- "liveserver",
|
||||
-- "minianimate",
|
||||
-- "neoscroll",
|
||||
-- "nvimufo",
|
||||
-- "refactoring",
|
||||
-- "rest",
|
||||
-- "treesittercontex",
|
||||
"codeium",
|
||||
"colorizer",
|
||||
"dap",
|
||||
"deviconcolor",
|
||||
"illuminate",
|
||||
"indentscupe",
|
||||
"navic",
|
||||
"nvimmenu",
|
||||
"rainbowdelimiters",
|
||||
"scrollview",
|
||||
"smart-split",
|
||||
"verticalcolumn",
|
||||
"visualmulti",
|
||||
"yanky",
|
||||
"zenmode",
|
||||
}
|
||||
-- activate config themes
|
||||
pcode.themes = {
|
||||
-- note: open remark only one
|
||||
-- **:: Eva Theme ::** --
|
||||
evatheme = "Eva-Dark",
|
||||
-- evatheme = "Eva-Dark-Italic",
|
||||
-- evatheme = "Eva-Dark-Bold",
|
||||
-- evatheme = "Eva-Light",
|
||||
--
|
||||
-- **:: Dracula Theme ::** --
|
||||
-- dracula = "dracula",
|
||||
-- dracula = "dracula-soft",
|
||||
--
|
||||
-- **:: Onedarkpro Theme ::** --
|
||||
-- onedarkpro = "onedark",
|
||||
-- onedarkpro = "onedark_vivid",
|
||||
-- onedarkpro = "onedark_dark",
|
||||
--
|
||||
-- **:: Jetbrains Theme ::** --
|
||||
-- jetbrains = "darcula-dark",
|
||||
}
|
||||
-- activate config transparent_bg
|
||||
pcode.transparent = false
|
||||
pcode.localcode = true
|
Loading…
Add table
Add a link
Reference in a new issue