1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-10-26 23:49:08 +00:00

[neovim] Update plugins

This commit is contained in:
2025-10-24 19:35:07 +02:00
parent 4fe8fa9c33
commit 19bd13cc9a
2 changed files with 5 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ require("lazy").setup({
{
"ggandor/leap.nvim",
config = function()
require("leap").add_default_mappings()
-- require("leap").add_default_mappings()
vim.api.nvim_set_hl(0, "LeapBackdrop", { link = "Comment" })
end,
},