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/helix-term/src
Andrii Grynenko 1866b43cd3 Render every LSP snippets for every cursor
This refactors the snippet logic to be largely unaware of the rest of
the document. The completion application logic is moved into
generate_transaction_from_snippet which is extended to support
dynamically computing replacement text.
1 year ago
..
commands Allow LSP server to be stopped (#5964) 1 year ago
keymap feat(dap): implement Restart request (#5651) 1 year ago
ui Render every LSP snippets for every cursor 1 year ago
application.rs fix: Handle signals before crossterm events (#6170) 1 year ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs feat(dap): implement Restart request (#5651) 1 year ago
compositor.rs bump msrv to 1.63 (#5570) 1 year ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs Print the binary required by the debug adapter (#5195) 2 years ago
job.rs bump msrv to 1.63 (#5570) 1 year ago
keymap.rs keymap: Test backslash escaping in commands 1 year ago
lib.rs Fix new clippy lints (#5892) 1 year ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago