1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +00:00

[neovim] Update dependencies

This commit is contained in:
2024-03-29 17:58:08 +01:00
parent 4d58238b78
commit b04ef395f4
3 changed files with 20 additions and 21 deletions

View File

@ -156,7 +156,7 @@ require("lazy").setup({
version = "*",
config = function()
require("leap").add_default_mappings()
vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment' })
vim.api.nvim_set_hl(0, "LeapBackdrop", { link = "Comment" })
end,
},
{