Upgrade leap, fix visuals since breaking change, some light optimization

and refactoring, add more labelmappings since were not using autojump,
and add remote action binding "gl"
This commit is contained in:
Martin Larsson 2024-07-15 17:36:35 +02:00
parent 47189b4b62
commit c472143d9f
2 changed files with 46 additions and 5 deletions

View file

@ -27,7 +27,6 @@ return {
term_colors = true,
sidebars = { "qf", "help" },
integrations = {
leap = true,
lsp_saga = true,
lsp_trouble = true,
mason = true,
@ -86,7 +85,12 @@ return {
-- Lazy
LazyNormal = { link = "EdgeTool" },
NotifyBackground = { link = "EdgeTool" }
-- Notify
NotifyBackground = { link = "EdgeTool" },
-- Leap
LeapLabelPrimary = { bg = colors.green, fg = colors.base },
LeapBackdrop = { link = "Comment" },
}
end
})