mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
update icon
This commit is contained in:
parent
cf49035329
commit
19b9ac0940
2 changed files with 36 additions and 36 deletions
|
@ -119,24 +119,24 @@ vim.g.pcode_dap_ensure_installed = {
|
|||
}
|
||||
|
||||
-- https://github.com/folke/which-key.nvim
|
||||
vim.g.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" },
|
||||
-- },
|
||||
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
|
||||
["m"] = {
|
||||
name = "Minimap",
|
||||
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" },
|
||||
}
|
||||
-- vim.g.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" },
|
||||
-- },
|
||||
-- ["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
|
||||
-- ["m"] = {
|
||||
-- name = "Minimap",
|
||||
-- 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
|
||||
-- ready default java, python, typescript, javascript, rust, cpp, scss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue