mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat: added persistence
This commit is contained in:
parent
e7c5d8a470
commit
ece9533206
4 changed files with 35 additions and 0 deletions
|
@ -147,6 +147,7 @@ return {
|
|||
["<leader>g"] = { name = "+git" },
|
||||
["<leader>h"] = { name = "+help" },
|
||||
["<leader>n"] = { name = "+noice" },
|
||||
["<leader>q"] = { name = "+quit/session" },
|
||||
["<leader>s"] = { name = "+search" },
|
||||
["<leader>x"] = { name = "+diagnostics" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue