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
Taylor C. Richberger 9b4326b18b allow LSP insert text to replace non-matching prefixes (#5469)
Most LSPs will complete case-insensitive matches, particularly from
lowercase to uppercase.  In some cases, notably Pyright, this is given
as a simple insert text instead of TextEdit.  When this happens, the
prefix text was left unedited.
2 years ago
..
commands Generalised to multiple runtime directories with priorities (#5411) 2 years ago
keymap feat(dap): implement Restart request (#5651) 2 years ago
ui allow LSP insert text to replace non-matching prefixes (#5469) 2 years ago
application.rs Generalised to multiple runtime directories with priorities (#5411) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Fix `shrink_selection` with multiple cursors. (#6093) 2 years ago
compositor.rs bump msrv to 1.63 (#5570) 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Generalised to multiple runtime directories with priorities (#5411) 2 years ago
job.rs bump msrv to 1.63 (#5570) 2 years ago
keymap.rs keymap: Test backslash escaping in commands 2 years ago
lib.rs Fix new clippy lints (#5892) 2 years ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago