Many lua changes I guess
This commit is contained in:
parent
aeefede352
commit
73e033c904
10 changed files with 87 additions and 23 deletions
dotfiles/neovim/lua/my/plugins
|
@ -1,9 +1,17 @@
|
|||
local wk = require("which-key")
|
||||
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
require("which-key").setup({
|
||||
wk.setup({
|
||||
triggers = { "<leader>", "d", "y", "q", "z", "g", "c" }
|
||||
})
|
||||
|
||||
wk.register({
|
||||
["<leader>l"] = {
|
||||
name = "Local commands"
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue