Install helix from master branch
This commit is contained in:
parent
a81a68713d
commit
c649f0f3c2
7 changed files with 289 additions and 7 deletions
|
@ -3,5 +3,9 @@ line-number = "relative"
|
|||
mouse = true
|
||||
auto-completion = true
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
|
||||
[keys.normal]
|
||||
C-q = [ "goto_prev_paragraph", "goto_next_paragraph", ":reflow 80" ]
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
[[language]]
|
||||
name = "rust"
|
||||
config = { rust-analyzer = { checkOnSave = { command = "clippy" } } }
|
||||
|
||||
[[language]]
|
||||
name = "latex"
|
||||
language-server = { command = "ltex-ls" }
|
||||
file-types = ["tex"]
|
||||
scope = "source.latex"
|
||||
roots = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue