mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update wichkey
This commit is contained in:
parent
7bca70bee7
commit
a964a76b8a
2 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
--- masukan plugin tambahan disini
|
||||
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
||||
-- { "dracula/vim" },
|
||||
}
|
||||
|
|
|
@ -136,7 +136,7 @@ local mappings = {
|
|||
"Find files",
|
||||
},
|
||||
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
|
||||
["P"] = { "<cmd>lua require('telescope').extensions.projects.projects()<cr>", "Projects" },
|
||||
-- ["P"] = { "<cmd>lua require('telescope').extensions.projects.projects()<cr>", "Projects" },
|
||||
-- ["z"] = { "<cmd>Lazy<cr>", "Lazy" },
|
||||
|
||||
["/"] = {
|
||||
|
@ -145,11 +145,11 @@ local mappings = {
|
|||
end,
|
||||
"Coment line",
|
||||
},
|
||||
["m"] = {
|
||||
name = "Markdown",
|
||||
p = { "<cmd>MarkdownPreview<cr>", "Preview" },
|
||||
s = { "<cmd>MarkdownPreviewStop<cr>", "Stop Preview" },
|
||||
},
|
||||
-- ["m"] = {
|
||||
-- name = "Markdown",
|
||||
-- p = { "<cmd>MarkdownPreview<cr>", "Preview" },
|
||||
-- s = { "<cmd>MarkdownPreviewStop<cr>", "Stop Preview" },
|
||||
-- },
|
||||
-- p = {
|
||||
-- name = "Packer",
|
||||
-- c = { "<cmd>PackerCompile<cr>", "Compile" },
|
||||
|
@ -383,7 +383,7 @@ local mappings = {
|
|||
-- },
|
||||
d = debug_key,
|
||||
p = {
|
||||
name = "Plugins",
|
||||
name = "Plugins(Lazy)",
|
||||
i = { "<cmd>Lazy install<cr>", "Install" },
|
||||
s = { "<cmd>Lazy sync<cr>", "Sync" },
|
||||
S = { "<cmd>Lazy clear<cr>", "Status" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue