Rich Seymour
751da01303
Update install.md instructions regarding symlinks ( #7231 )
...
* Update install.md
Fixes `ln` command line bug that could hit users moving from packaged to source builds.
* Remove extra 'how to' command example
1 year ago
avaunit02
232d9f96a0
Fix textobject keybindings in usage docs ( #7197 )
1 year ago
Pascal Kuthe
de0ef8af15
fix UB in diff gutter ( #7227 )
1 year ago
Zisulin Morbrot
d511122279
Add description for 'ui.text.focus' in theme docs ( #7177 )
1 year ago
zetashift
92380540b8
chore: update scala tree-sitter grammar ( #7147 )
...
* chore: update scala tree-sitter grammar
* Add locals.scm for Scala
1 year ago
dependabot[bot]
a726799a4e
build(deps): bump log from 0.4.17 to 0.4.18 ( #7175 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
8bd841136a
build(deps): bump once_cell from 1.17.1 to 1.17.2 ( #7174 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
825e7c4976
build(deps): bump tokio from 1.28.1 to 1.28.2 ( #7173 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
f694c24ac8
build(deps): bump regex from 1.8.2 to 1.8.3 ( #7172 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
d62fb8c8d7
build(deps): bump chrono from 0.4.24 to 0.4.25 ( #7171 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
a367a713ef
build(deps): bump cachix/install-nix-action from 20 to 21 ( #7170 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Ethan Wilkes
3334e7e4b2
fixed repeat_last_motion extends selection ( #7159 )
1 year ago
yvt
3a8592abdb
feat(languages): recognise `.gir` as XML ( #7152 )
1 year ago
Jimmy Zelinskie
b107814e39
languages: add .zimrc to bash filetypes ( #7146 )
1 year ago
Gammut
86ef389c0d
Highlight query improvements for java and typescript ( #7145 )
...
* Add missing queries to java highlights
* Fix generic type bracket highlights in typescript
1 year ago
Martin Weinelt
61a89956e3
book: Mention Helix package in nixpkgs ( #7064 )
1 year ago
Ravi Shekhar Jethani
6e647e83ed
Update spacebones_light.toml ( #7125 )
...
Better contrast between type variable and its members
1 year ago
Casper Rogild Storm
1dd1735909
Correct selection color ( #7138 )
1 year ago
Ikko Eltociear Ashimine
349e2b5f0e
Fix typo in syntax.rs ( #7114 )
...
seperator -> separator
1 year ago
William Etheredge
a2e11af608
Support hidden justfiles ( #7088 )
1 year ago
Brandon Sprague
16375cd94a
Treat 'Vagrantfile' files as Ruby code ( #7112 )
...
`Vagrantfile`s are configuration files for the [vagrant](https://www.vagrantup.com/ ) tool, and they are written in Ruby. Even as vagrant [is ported to Go](https://www.hashicorp.com/blog/toward-vagrant-3-0 ), `Vagrantfile`s [will be written in Ruby](https://developer.hashicorp.com/vagrant/docs/experimental/vagrant_go )
When a Vangrantfile is created, it starts with these lines:
```
```
But since Helix (quite reasonably) doesn't change editor behavior based on file contents, adding this to `languages.toml` seems like a reasonable way to get this functionality.
1 year ago
Viktor Kleen
0c21c227e1
Update languages.toml for Nickel ( #7059 )
1 year ago
Blaž Hrastnik
0266ec6ba3
Update language support doc
1 year ago
Blaž Hrastnik
591629ec11
fix compilation
1 year ago
Blaž Hrastnik
c6d1430243
Drop old cairo grammar, alias to rust for now
1 year ago
Matthew Toohey
207829eefe
Fix off-by-one in select symbol references ( #7132 )
1 year ago
Poliorcetics
8e2660b5cc
Update diagnostics correctly on LSP exit ( #7111 )
...
* chore: avoid format! call with argument when useless
* feat: also clear diagnostics for unopened documents when exiting an LSP
* feat: we already worked on `self.editor.diagnostics` no need to redo the checks
1 year ago
dependabot[bot]
6043c3c3db
build(deps): bump bitflags from 2.2.1 to 2.3.1 ( #7117 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
a66e287654
build(deps): bump toml from 0.7.3 to 0.7.4 ( #7120 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
16275db817
build(deps): bump regex from 1.8.1 to 1.8.2 ( #7119 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
d765132426
build(deps): bump pulldown-cmark from 0.9.2 to 0.9.3 ( #7118 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
yvt
16e0340b4a
feat(languages): recognise `Cargo.lock` as TOML
1 year ago
Chris
d3cca0f357
Recognise XAML files as XML ( #7083 )
1 year ago
LeoniePhiline
41f52d74fe
fix(docs): Remove `config` from language configuration docs ( #7082 )
1 year ago
Szabin
70e4cdbd8e
Add command to merge non-consecutive ranges ( #7053 )
...
* Add command for merging non-consecutive ranges
* Add `merge_selections` command to book
* Simplify `merge_ranges`
Heeded the advice of @the-mikedavis to stop iterating over all ranges and simply merge the first and the last range, as the invariants of `Selection` guarantee that the list of ranges is always sorted and never empty.
* Clarify doc comment of `merge_ranges`
1 year ago
Charles Hall
e4a9bec562
fix off-by-one git-commit rulers ( #7072 )
...
Characters should maximally reside *inside* the ruler, not on top of it.
1 year ago
Yt
ff442eecd0
nix: add overlay for convenient package usage ( #7078 )
1 year ago
Blaž Hrastnik
53f47bc477
Merge pull request #2507 from Philipp-M/multiple-language-servers
...
Add support for multiple language servers per language
1 year ago
Philipp Mildenberger
2a512f7c48
Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly
1 year ago
Philipp Mildenberger
f8fa0d8a10
Clarify language-servers documentation for mergeable LSP features (`diagnostics`, `code-action`, `completion`, `document-symbols` and `workspace-symbols`)
1 year ago
Philipp Mildenberger
b6d0e26814
Sort language servers table in languages.toml and rename language server 'R' to 'r'
1 year ago
Philipp Mildenberger
f45bbf165e
Apply all review suggestions (doc_id -> id, error message, unnecessary if)
...
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
1 year ago
Philipp Mildenberger
656ee24966
Simplify gutter diagnostics rendering by using partition_point instead of binary search
...
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
1 year ago
Philipp Mildenberger
2b746ea6fa
Some minor clarity/cosmetic improvements
...
Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
1 year ago
Philipp Mildenberger
39b9a4bba2
Add function `Editor::language_server_by_id` and refactor/simplify related code, also don't 'crash' in completion menu if language_server somehow disappeared
1 year ago
Philipp Mildenberger
521cdec5a1
Remove TODO comment in helix_lsp::Registry::restart and add doc-comment on top of function instead
1 year ago
Philipp Mildenberger
dcb07673f8
Reorder id generation for Clients to stay close to the old behavior
1 year ago
Philipp Mildenberger
56748509bd
Reduce boilerplate by 'use lsp::*' in Client::supports_feature, and remove TODO comment
1 year ago
Philipp Mildenberger
3e4bac1d96
Fix lsp_restart across multiple different document scopes (language servers weren't restarted, if not of the same scope id), and fix some smaller rebase issues
1 year ago
Philipp Mildenberger
2a21b939c4
Fix crash with filtered diagnostics in gutter (e.g. when diagnostics aren't visible)
1 year ago