mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 21:19:25 +00:00
[neovim] Update dependencies
This commit is contained in:
@ -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,
|
||||
},
|
||||
{
|
||||
|
@ -17,5 +17,4 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
pythonPath = vim.fn.exepath("python3"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user