diff --git a/.config/nvim/lua/plugins/extras/coding/ai/copilot.lua b/.config/nvim/lua/plugins/extras/coding/ai/copilot.lua index 02cccfac..e087920a 100644 --- a/.config/nvim/lua/plugins/extras/coding/ai/copilot.lua +++ b/.config/nvim/lua/plugins/extras/coding/ai/copilot.lua @@ -20,7 +20,7 @@ return { }, }, keys = { - { "cI", "Copilot toggle", desc = "Toggle IA" }, + { "cI", "Copilot toggle", desc = "Toggle IA (Copilot)" }, }, }, } diff --git a/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua b/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua index 2a694e3c..2bdcff02 100644 --- a/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua +++ b/.config/nvim/lua/plugins/extras/editor/leap-spooky.lua @@ -1,12 +1,8 @@ return { - { - import = "lazyvim.plugins.extras.editor.leap", - }, + { import = "lazyvim.plugins.extras.editor.leap" }, { "ggandor/leap.nvim", - dependencies = { - "ggandor/leap-spooky", - }, + dependencies = "ggandor/leap-spooky", opts = { prefix = true, paste_on_remote_yank = true,