mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
Merge branch 'dev'
This commit is contained in:
commit
a3bda6f3a5
6 changed files with 299 additions and 289 deletions
|
@ -1,47 +1,47 @@
|
|||
-- activate config spesific languages
|
||||
pcode.lang = {
|
||||
-- "angular",
|
||||
-- "cpp",
|
||||
-- "sql",
|
||||
-- "deno",
|
||||
-- "golang",
|
||||
-- "java",
|
||||
-- "javascript",
|
||||
-- "kotlin",
|
||||
-- "markdown",
|
||||
"php",
|
||||
-- "prisma",
|
||||
-- "python",
|
||||
-- "tust",
|
||||
-- "tailwind",
|
||||
angular = false,
|
||||
cpp = false,
|
||||
sql = false,
|
||||
deno = false,
|
||||
golang = false,
|
||||
java = false,
|
||||
javascript = false,
|
||||
kotlin = false,
|
||||
markdown = false,
|
||||
php = true,
|
||||
prisma = false,
|
||||
python = false,
|
||||
rust = false,
|
||||
tailwind = false,
|
||||
}
|
||||
-- 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",
|
||||
autosave = false,
|
||||
bigfiles = false,
|
||||
codeiumnvim = false,
|
||||
liveserver = false,
|
||||
minianimate = false,
|
||||
neoscroll = false,
|
||||
nvimufo = false,
|
||||
refactoring = false,
|
||||
rest = false,
|
||||
treesittercontex = false,
|
||||
codeium = true,
|
||||
colorizer = true,
|
||||
dap = true,
|
||||
deviconcolor = true,
|
||||
illuminate = true,
|
||||
indentscupe = true,
|
||||
navic = true,
|
||||
nvimmenu = true,
|
||||
rainbowdelimiters = true,
|
||||
scrollview = true,
|
||||
smartsplit = true,
|
||||
verticalcolumn = true,
|
||||
visualmulti = true,
|
||||
yanky = true,
|
||||
zenmode = true,
|
||||
}
|
||||
-- activate config themes
|
||||
pcode.themes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue