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
Skyler Hawthorne b2e83f81e1
enable rendering in integration tests (#5819)
This will allow testing more of the code base, as well as enable UI-
specific testing.

Debug mode builds are prohibitively slow for the tests, mostly
because of the concurrency write tests. So there is now a profile for
integration tests that sets the optimization level to 2 for a few helix
crates, and lowers the number of rounds of concurrent writes to 1000.
2 years ago
..
commands Add :character-info command (#4000) 2 years ago
keymap rework positioning/rendering and enable softwrap/virtual text (#5420) 2 years ago
ui Removing C-j and C-k from completion menu navigation (#5070) 2 years ago
application.rs enable rendering in integration tests (#5819) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs always commit to history when pasting (#5790) 2 years ago
compositor.rs Add some function documentations (#5360) 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Print the binary required by the debug adapter (#5195) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs keymap: Test backslash escaping in commands 2 years ago
lib.rs Hide duplicate symlinks from the picker (#5658) 2 years ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago