mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
update
This commit is contained in:
parent
53057daa9f
commit
d6c489f9dc
3 changed files with 80 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
-- catppuccin, catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||
-- dracula
|
||||
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
|
||||
vim.g.pcode_colorscheme = "gruvbox-baby"
|
||||
vim.g.pcode_colorscheme = "tokyonight"
|
||||
|
||||
-- custom transparent mode
|
||||
-- only support
|
||||
|
@ -135,6 +135,7 @@ vim.g.pcode_whichkey = {
|
|||
c = { "<cmd>lua require('mini.map').close()<cr>", "Minimap Close" },
|
||||
o = { "<cmd>lua require('mini.map').open()<cr>", "Minimap Open" },
|
||||
},
|
||||
["e"] = { "<cmd>NvimTreeToggle<CR>", "Explorer" },
|
||||
}
|
||||
|
||||
-- https://github.com/CRAG666/code_runner.nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue