mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add support for local language configuration (#1249)
* add local configuration * move config loading to Application::new * simplify find_root_impl
This commit is contained in:
parent
be656c14e3
commit
c2a40d9d52
10 changed files with 101 additions and 88 deletions
|
@ -18,6 +18,8 @@ tree-sitter = "0.20"
|
|||
libloading = "0.7"
|
||||
once_cell = "1.9"
|
||||
|
||||
log = "0.4"
|
||||
|
||||
# cloning/compiling tree-sitter grammars
|
||||
cc = { version = "1" }
|
||||
threadpool = { version = "1.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue