mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
enc: update default config
This commit is contained in:
parent
489b9491ab
commit
5bd883a99c
2 changed files with 6 additions and 10 deletions
|
@ -14,7 +14,7 @@
|
|||
-- solarized-osaka
|
||||
-- darcula-dark
|
||||
-- juliana
|
||||
pcode.colorscheme = "darcula-dark"
|
||||
pcode.colorscheme = "dracula"
|
||||
-- 0 =off 1= on
|
||||
pcode.transparent_mode = 0
|
||||
|
||||
|
@ -82,10 +82,6 @@ pcode.dap_ensure_installed = {
|
|||
-- https://github.com/folke/which-key.nvim
|
||||
pcode.whichkey = {
|
||||
-- contoh penambahan
|
||||
["k"] = {
|
||||
name = " Example",
|
||||
k = { '<cmd>lua print("Testing")<cr>', "Example" },
|
||||
},
|
||||
["r"] = {
|
||||
name = " Run",
|
||||
j = { "<cmd>Jaq float<CR>", "Run With Jaq" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue