-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lspsaga): support v0.2.9 #601
Conversation
This commit added support for lspsaga v0.2.9. Changes include: * keymap for `show_line_diagnostics` was changed to `<leader>ld` (previously `<leader>sl`) * `show_cursor_diagnostics` is deprecated - `<leader>sc` is now unset * finder: option `edit` -> `expand_or_jump` * diagnostic: * new options: `text_hl_follow`, `extend_relatedInformation`, `keys` * hover: `open_link`, default to `gl` * outline: All options are merged to give `expand_or_jump` * ui: * removed entry: `diagnostic` * added entry: `actionfix` (`ui.Spell`)
Why does lspsaga introduce breaking changes every release it feels like 😢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one quickie
7a029fe
to
e456ff4
Compare
-- Set the command for handling external URLs here. The executable must be available on your $PATH.
-- This entry is IGNORED on Windows and macOS, which have their default handlers builtin.
---@type string
settings["external_browser"] = "chrome-cli open"
and
open_browser = "silent !" .. require("core.settings").external_browser, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
feat(lspsaga): support v0.2.9 (cherry picked from commit 2c246ae)
feat(lspsaga): support v0.2.9
This commit added support for lspsaga v0.2.9. Changes include:
show_line_diagnostics
was changed to<leader>ld
(previously<leader>sl
)show_cursor_diagnostics
is deprecated -<leader>sc
is now unsetedit
-->expand_or_jump
text_hl_follow
,extend_relatedInformation
,keys.*
open_link
, default togl
expand_or_jump
diagnostic
actionfix
(ui.Spell
)