Auto commit: 2024-11-08 19:30:02
This commit is contained in:
parent
fe10c4a6ab
commit
cdee1146c3
3 changed files with 13 additions and 5 deletions
|
@ -12,6 +12,7 @@
|
|||
"lazyvim.plugins.extras.editor.mini-diff",
|
||||
"lazyvim.plugins.extras.editor.mini-files",
|
||||
"lazyvim.plugins.extras.editor.mini-move",
|
||||
"lazyvim.plugins.extras.editor.outline",
|
||||
"lazyvim.plugins.extras.editor.refactoring",
|
||||
"lazyvim.plugins.extras.formatting.black",
|
||||
"lazyvim.plugins.extras.formatting.prettier",
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
return {
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
version = "*",
|
||||
opts = {
|
||||
opts = function()
|
||||
require("which-key").add({
|
||||
{ "<leader>n", group = "+NoNeckPain" },
|
||||
})
|
||||
return {
|
||||
mappings = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
|
@ -112,3 +112,5 @@
|
|||
1 file changed, 2 insertions(+)
|
||||
[main c2608b2] Auto commit: 2024-11-08 19:20:02
|
||||
1 file changed, 2 insertions(+)
|
||||
[main fe10c4a] Auto commit: 2024-11-08 19:25:02
|
||||
4 files changed, 8 insertions(+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue