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-view/src
RustyStriker 103b5125e4
Detect filetype on :write (#1141)
fixes #1136

* removed a log::info

* removed temp.rs

* cargo clippy no longer complains

* new get_lang_server function

* get_lang_server is now launch_language_server

* launch_lang_server will now close the previous one

* better code readability

* remove resfresh_ls(and a wrong comment)
3 years ago
..
clipboard.rs log syntax highlighting init errors (#895) 3 years ago
document.rs Implement "Goto last modification" command (#1067) 3 years ago
editor.rs Detect filetype on :write (#1141) 3 years ago
graphics.rs feat: Default theme palette using 16 terminal colors 3 years ago
info.rs Implement key ordering for info box 3 years ago
input.rs Implement key ordering for info box 3 years ago
keyboard.rs Implement key ordering for info box 3 years ago
lib.rs Optimize space for DocumentId with NonZeroUsize (#1097) 3 years ago
macros.rs Simplify view/doc macros 3 years ago
theme.rs Update to rust 1.56 + 2021 edition 3 years ago
tree.rs helix-term/commands: implement buffer-close (bc, bclose) (#1035) 3 years ago
view.rs helix-term/commands: implement buffer-close (bc, bclose) (#1035) 3 years ago