helix/helix-term/src
Robin 9baf1ecc90
add symbol picker (#230)
* add symbol picker

use the lsp document_symbol request

* fix errors from merging in master

* add docs for symbol picker
2021-06-12 21:45:21 +09:00
..
ui Change picker horizontal split to h 2021-06-12 21:17:48 +09:00
application.rs lsp: Check bounds when converting lsp positions (#204) 2021-06-12 16:04:30 +09:00
args.rs
commands.rs add symbol picker (#230) 2021-06-12 21:45:21 +09:00
compositor.rs
keymap.rs Fix jump behavior, goto_implementation now jump 2021-06-10 11:08:18 +08:00
lib.rs
main.rs