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-plus/helix-term/src
Daniel S Poulin 700058f433
Always ignore the .git directory in file picker (#1604)
Some users (including myself) want to turn off filtering of files
prefixed with `.`, as they are often useful to edit. For example, `.env`
files, configuration for linters `.eslint.json` and the like.
3 years ago
..
commands Extract a lsp position helper 3 years ago
ui Always ignore the .git directory in file picker (#1604) 3 years ago
application.rs dap: fix runInTerminal with lldb-vscode 3 years ago
args.rs Fix bug when launching hx file.rs:10 (#1676) 3 years ago
commands.rs ui: prompt: Render aliases + border on the doc 3 years ago
compositor.rs Prevent multiple code action popups 3 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 3 years ago
keymap.rs feat(commands): command palette (#1400) 3 years ago
lib.rs Assume true color support on Windows 3 years ago
main.rs Allow specifying file start position (#445) 3 years ago