💄 style(nvim): some formatting

This commit is contained in:
Sergio Laín 2024-03-19 00:56:04 +01:00
parent b69b5c3193
commit a76dc1f6ad
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 3 additions and 7 deletions

View file

@ -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)" },
}, },
}, },
} }

View file

@ -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,