You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term/src
Ryan Fowler 5c41f22c2a
Add support for LSP DidChangeWatchedFiles (#7665)
* Add initial support for LSP DidChangeWatchedFiles

* Move file event Handler to helix-lsp

* Simplify file event handling

* Refactor file event handling

* Block on future within LSP file event handler

* Fully qualify uses of the file_event::Handler type

* Rename ops field to options

* Revert newline removal from helix-view/Cargo.toml

* Ensure file event Handler is cleaned up when lsp client is shutdown
11 months ago
..
commands Add support for LSP DidChangeWatchedFiles (#7665) 11 months ago
keymap Remove Keymap(KeyTrie) and simply use KeyTrie. 1 year ago
ui Clear statusline while prompt is visible (#7646) 11 months ago
application.rs Add support for LSP DidChangeWatchedFiles (#7665) 11 months ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs enhanced `surround_replace` to provide visual feedback (#7588) 11 months ago
compositor.rs bump msrv to 1.63 (#5570) 1 year ago
config.rs Remove Keymap(KeyTrie) and simply use KeyTrie. 1 year ago
health.rs Refactor doc language servers to a HashMap, and the config to use a Vec to retain order 1 year ago
job.rs bump msrv to 1.63 (#5570) 1 year ago
keymap.rs Remove Keymap(KeyTrie) and simply use KeyTrie. 1 year ago
lib.rs Fix new clippy lints (#5892) 1 year ago
main.rs Initialize log and config files right after parsing arguments (#7585) 11 months ago