Update .config/nvim/lua/config/20_keymaps.lua
Update .config/nvim/lua/plugin/01_whichkey.lua Update .config/nvim/lua/plugin/38_oil.lua Update .config/nvim/lua/plugin/40_ai.lua
This commit is contained in:
parent
50ac85d80b
commit
1b6267e86e
4 changed files with 37 additions and 18 deletions
|
|
@ -9,9 +9,9 @@ return {
|
|||
end,
|
||||
spec = {
|
||||
{ "<leader>f", group = "find" },
|
||||
{ "<leader>a", group = "lsp action" },
|
||||
{ "<leader>s", group = "snippet" },
|
||||
{ "<leader>e", group = "edit config" },
|
||||
{ "<leader>a", group = "ai" },
|
||||
{ "<leader>c", group = "lsp actions" },
|
||||
{ "<leader>s", group = "snippets" },
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
|
|
@ -20,7 +20,7 @@ return {
|
|||
function()
|
||||
require("which-key").show({ global = true })
|
||||
end,
|
||||
desc = "buffer local keymaps",
|
||||
desc = "show local keymaps",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue