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
Yomain e868678139
Add command to move files with LSP support (#8584)
* Added rename command

* Added an error if the new path already exists

* Fixed wrong command name being used

* fixed clippy suggestions

* removed didRenameFiles call, fixed early return due to path Err

* added ':rnm' alias to ':rename'

* code cleanup

* formatting

* removed debug line

* cargo fmt

* Improved new buffer error message

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>

* Removed unnecessary path normalizing

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>

* Update helix-term/src/commands/typed.rs

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>

* Update helix-term/src/commands/typed.rs

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>

* Update helix-term/src/commands/typed.rs

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>

* Update helix-term/src/commands/typed.rs

Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>

* feat: change `rename` command to `move`

* feat: add multi lsp support when moving files

* feat: allow lsp calls with a custom timeout

* feat: sending lsp file_changed event once file has moved

---------

Co-authored-by: ontley <theontley@gmail.com>
Co-authored-by: ontley <67148677+ontley@users.noreply.github.com>
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
11 months ago
..
commands Add command to move files with LSP support (#8584) 11 months ago
keymap feat: smart_tab 1 year ago
ui Only render preview if picker has a preview function (#8667) 11 months ago
application.rs Fixed issue when the first file specified as an argument was a relative directory (#8520) 12 months ago
args.rs Fixed issue when the first file specified as an argument was a relative directory (#8520) 12 months ago
commands.rs swap yank command registers (#8708) 11 months ago
compositor.rs add redraw command (#6949) 1 year ago
config.rs feat: smart_tab 1 year ago
health.rs Add support for showing all LSPs in --health (#7315) 12 months ago
job.rs bump msrv to 1.63 (#5570) 2 years ago
keymap.rs Fix broken indentation that causes the indentation tests to fail. 1 year ago
lib.rs Fix new clippy lints (#5892) 2 years ago
main.rs Fixed issue when the first file specified as an argument was a relative directory (#8520) 12 months ago