💄 style(nvim): some formatting
This commit is contained in:
parent
b69b5c3193
commit
a76dc1f6ad
2 changed files with 3 additions and 7 deletions
|
@ -20,7 +20,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>cI", "<cmd>Copilot toggle<cr>", desc = "Toggle IA" },
|
{ "<leader>cI", "<cmd>Copilot toggle<cr>", desc = "Toggle IA (Copilot)" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
return {
|
return {
|
||||||
{
|
{ import = "lazyvim.plugins.extras.editor.leap" },
|
||||||
import = "lazyvim.plugins.extras.editor.leap",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ggandor/leap.nvim",
|
"ggandor/leap.nvim",
|
||||||
dependencies = {
|
dependencies = "ggandor/leap-spooky",
|
||||||
"ggandor/leap-spooky",
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
prefix = true,
|
prefix = true,
|
||||||
paste_on_remote_yank = true,
|
paste_on_remote_yank = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue