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 {
|
return {
|
||||||
--- masukan plugin tambahan disini
|
--- masukan plugin tambahan disini
|
||||||
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
||||||
|
-- { "dracula/vim" },
|
||||||
}
|
}
|
||||||
|
|
|
@ -136,7 +136,7 @@ local mappings = {
|
||||||
"Find files",
|
"Find files",
|
||||||
},
|
},
|
||||||
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
|
["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" },
|
-- ["z"] = { "<cmd>Lazy<cr>", "Lazy" },
|
||||||
|
|
||||||
["/"] = {
|
["/"] = {
|
||||||
|
@ -145,11 +145,11 @@ local mappings = {
|
||||||
end,
|
end,
|
||||||
"Coment line",
|
"Coment line",
|
||||||
},
|
},
|
||||||
["m"] = {
|
-- ["m"] = {
|
||||||
name = "Markdown",
|
-- name = "Markdown",
|
||||||
p = { "<cmd>MarkdownPreview<cr>", "Preview" },
|
-- p = { "<cmd>MarkdownPreview<cr>", "Preview" },
|
||||||
s = { "<cmd>MarkdownPreviewStop<cr>", "Stop Preview" },
|
-- s = { "<cmd>MarkdownPreviewStop<cr>", "Stop Preview" },
|
||||||
},
|
-- },
|
||||||
-- p = {
|
-- p = {
|
||||||
-- name = "Packer",
|
-- name = "Packer",
|
||||||
-- c = { "<cmd>PackerCompile<cr>", "Compile" },
|
-- c = { "<cmd>PackerCompile<cr>", "Compile" },
|
||||||
|
@ -383,7 +383,7 @@ local mappings = {
|
||||||
-- },
|
-- },
|
||||||
d = debug_key,
|
d = debug_key,
|
||||||
p = {
|
p = {
|
||||||
name = "Plugins",
|
name = "Plugins(Lazy)",
|
||||||
i = { "<cmd>Lazy install<cr>", "Install" },
|
i = { "<cmd>Lazy install<cr>", "Install" },
|
||||||
s = { "<cmd>Lazy sync<cr>", "Sync" },
|
s = { "<cmd>Lazy sync<cr>", "Sync" },
|
||||||
S = { "<cmd>Lazy clear<cr>", "Status" },
|
S = { "<cmd>Lazy clear<cr>", "Status" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue