mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
update nvim config
This commit is contained in:
parent
e3f9d23175
commit
1e68462bc1
21 changed files with 350 additions and 99 deletions
|
|
@ -10,12 +10,11 @@ return {
|
|||
local wk = require("which-key")
|
||||
|
||||
wk.register({
|
||||
f = {
|
||||
name = "file", -- optional group name
|
||||
f = { "<cmd>Telescope find_files<cr>", "Find File" }, -- create a binding with label
|
||||
n = { "New File" }, -- just a label. don't create any mapping
|
||||
e = "Edit File" -- same as above
|
||||
},
|
||||
f = 'file',
|
||||
b = 'buffers',
|
||||
t = 'test',
|
||||
g = 'git',
|
||||
s = 'search'
|
||||
}, { prefix = "<leader>" })
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue