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:
parent
47189b4b62
commit
c472143d9f
2 changed files with 46 additions and 5 deletions
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue