- fix symbolwinbar high memory usage
preview_definition
chang topeek_definition
support edit definition file in floatwindow and highlightcode_action
support in visual mode .finder
preview highlight current word.- show diagnostic source by default.
- add lspsaga codeaction keymap in diagnostic header
- remove
definition_preview_icon
option - remove
finder_preview_hl_ns
- remove
diagnostic_source_bracket
- remove
show_diagnostic_source
.
- improve scroll in preview remove old implement of preview
- add new option
scroll_in_preview
use default scroll keymap to scrollhover
finder preview
- use
CursorMoved
with timer in LightBulb instead of usingCursorHold
CursorHoldI
- new option
update_time
in code_action_lightbulb - auto jump into the
preview_definition
window floaterm
can save the state.
- fix
definition_preview
andhover
window not closed whenCursorMoved
- fix
finder
works not well when server has multiple servers
- remove function
action.smart_scroll_with_saga(1)
no need this function
Please use command in vim.keymap.set
rhs . check the README.
Finder:
support showimplement
inLspsaga lsp_finder
Finder:
add optionimp
infinder_icons
LightBulb
add api to genreate sign need neovim 0.8 nightly. 0.7 version also usevim.fn.sign_place/unplace
LightBulb
set theCursorHold CursorHoldI
only take effect when the buffer has lsp server. and remove them when buffer delete ,keep the autocmds cleanBackground of Lspsaga floatwindow
now it will use the colorscheme Normal highlightNotify
add notify for some commands if there has no server give a messageSymbolwinbar
when delete the buffer remove the buffer events that symbolwinbar used,keep autocmds cleanOutline
remove the patch as neovim#19458completedOutline
fix bugDefinition
rewrite definition- Close the
finder
rename
window when use wincmd shortcut jump to other window like<C-w>h
Diagnostic
fix the virtual text bug when jump diagnostic- Better
show_line_diagnostic
andshow_cursor_diagnostic
custom_kind
option change the default lspkind icon and color
- remove
Lspsaga implement
.