feat: fetch lsp symbols on user demand

This commit is contained in:
Igor Támara 2025-11-13 13:18:03 -05:00 committed by CJ van den Berg
parent cc4ef5da2c
commit 368b139688
2 changed files with 9 additions and 1 deletions

View file

@ -228,7 +228,7 @@
["space g", "show_vcs_status"],
["space b", "switch_buffers"],
["space j", "jumplist_picker"],
["space s", "symbol_picker"],
["space s", "show_symbols"],
["space d", "show_diagnostics"],
["space a", "code_action"],
["space '", "last_picker"],