Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/helix-editor/helix

A post-modern modal text editor.
https://github.com/helix-editor/helix

build(deps): bump smallvec from 1.6.1 to 1.7.0 (#813)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.6.1 to 1.7.0.
- [Release notes]...

8925fdd6f3afa3532c928a5c6e1357bc15201d8a authored over 3 years ago
build(deps): bump similar from 2.0.0 to 2.1.0 (#812)

Bumps [similar](https://github.com/mitsuhiko/similar) from 2.0.0 to 2.1.0.
- [Release notes](ht...

97b24fd91e5496800b10824ebb3c2383b8c29886 authored over 3 years ago
Zig tree-sitter rework (#811)

- update tree-sitter-zig subproject
- use highlights.scm from upstream, just use helix scopes
...

0e06c10d8cb45f698bacc7b212b8c5d1ab200700 authored over 3 years ago
fix clippy warnings (#804)

c4ae17dfd4d2c0eba2d3f7a6011a9b7c33bff114 authored over 3 years ago
Add a bunch of aliases (#797)

* add a bunch of aliases

* apply code review from archseer

7e958e1834f555724bb73db0091d66365abd63a3 authored over 3 years ago
adds: nord colortheme (#799)

0af8928d630ada730402ad182e8d36a5db06a142 authored over 3 years ago
global search: show file names as relative paths (#802)

This commit fixes #786

4a92a79da44997acf3f289d530069da7f7e6dbb1 authored over 3 years ago
Fix swapped selection rotation docs in `keymap.md` (#792)

e47632114a92dbabc2f9d41bedb455e13996924e authored over 3 years ago
build(deps): bump lsp-types from 0.89.2 to 0.90.0

Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.89.2 to 0.90.0.
- [Release not...

d68cff837fff02decbefa3d62f7570c02042a9bc authored over 3 years ago
build(deps): bump tokio from 1.11.0 to 1.12.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.12.0.
- [Release notes](https:...

466e69bbb91f179a63888dcf349a1fee8ec2d35e authored over 3 years ago
fix lints

814dcfa8d234e5031313b050b851641da8e6359b authored over 3 years ago
editor: add Node.js debugger

d943a51e3e8e2cd77cc336c30eb954378e81fe31 authored over 3 years ago
editor: support setExceptionBreakpoints

0e51e5fbaf6eeffa25b8660b96f2486174671492 authored over 3 years ago
Merge branch 'master' into debug

bf53aff27d2d90b41bab01f4d628f0bd9fbcd589 authored over 3 years ago
Add tilde expansion for file opening (#782)

* change to helix_core's tilde expansion,
from helix-core::path::expand_tilde

df55eaae69d0388de26448e82f9ded483fca2f44 authored over 3 years ago
Implement 'remove_primary_selection' as Alt-,

This allows removing search matches from the selection

Fixes #713

2e0803c8d9ec0028c0d018be251c7c2b781247b3 authored over 3 years ago
experiment: space+k for LSP doc, K for keep_selections

75dba1f9560c6ea579e79ff074e60ba2fb87ca63 authored over 3 years ago
experiment: Move keep_primary_selection to ,

9ea9e779b2eef293c14ae50d5767035c0a9544a5 authored over 3 years ago
Add option for automatic insertion of closing-parens/brackets/etc (#779)

* Add auto-pair editor option

* Document auto-pair editor option

* Make cargo fmt happy

...

a958d34bfbcf45c01ce0d9c0d76e681fb863fc6a authored over 3 years ago
allow smart case in global search (#781)

432bec10eddb3f51f3a6e32aedbfd566d74cde75 authored over 3 years ago
Initial implementation of global search (#651)

* initial implementation of global search

* use tokio::sync::mpsc::unbounded_channel instead ...

9456d5c1a258e71bbb7e391dec8c3efb819e2d7d authored over 3 years ago
build(deps): bump serde_json from 1.0.67 to 1.0.68 (#770)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68.
- [Release notes](h...

a512f48e4574f7465dceecb89c4dbbfa9e21ff6f authored over 3 years ago
build(deps): bump unicode-width from 0.1.8 to 0.1.9 (#771)

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.8 to 0.1.9.
- [Rele...

5b4ae7c7b6112902cd875c865d0764aff9834de8 authored over 3 years ago
build(deps): bump arc-swap from 1.3.2 to 1.4.0 (#772)

Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.3.2 to 1.4.0.
- [Release notes](htt...

589f0acec5b85222190762ec8c673a9abe421545 authored over 3 years ago
enable smart case regex search by default (#761)

4a003782a51a94259ef3b5ddfacb2a148c5056e7 authored over 3 years ago
languages: add svelte submodule reference (#766)

e0e41f4f775db1210b5a8d5d224ac74c7756471c authored over 3 years ago
flake: remove hack to fix helix version (#762)

ae4d37de28abab23651aa6a239e6d9d90674f039 authored over 3 years ago
add everforest dark theme (#760)

70a20b7cf85a80deab69c753a72ffcb3acbdf0af authored over 3 years ago
search_next_impl: don't panic on invalid regex (#740)

1d04e5938daf178dbbcdb2249f42f8485047d4cf authored over 3 years ago
fix: Refactor apply_workspace_edit to remove assert

Fixes #698

b02d872938395566c82658c54a22449b2c968beb authored over 3 years ago
fix: Wrap around the top of the picker menu when scrolling

Forgot to port the improvements in menu.rs

Fixes #734

c7d6e4461f249108189cddf44b487b4c71c5520a authored over 3 years ago
fix: Don't allow closing the last split if there's unsaved changes

Fixes #674

3ff5b001ac721606b68a594958abeee8832a023e authored over 3 years ago
Revert parameter underlining on default theme

I like it, but it clashes with diagnostics underlines since we can't
color them differently in t...

07be66c6775dfee8614c3d0f61612eec98a6c180 authored over 3 years ago
languages: add svelte support (#733)

* languages: add svelte support

* languages: add svelte injections

b2195e08b54d9e01411e3b67c87c93711415884c authored over 3 years ago
...

64e8f0017c9d8d8fd02b3e86378522974f6437b3 authored over 3 years ago
Fix broken test

d8b94ba85fdbed9fb0e9ebc60e19e6353efdbf7a authored over 3 years ago
syntax: Properly handle injection-regex for language injections

dd0b15e1f1540d6ca8c58594be302c66005d755c authored over 3 years ago
log errors produced when trying to initialize the LSP (#746)

ef532e0c0df3e9f8bf4ac5af74b54f32b7ea2728 authored over 3 years ago
build(deps): bump similar from 1.3.0 to 2.0.0 (#754)

Bumps [similar](https://github.com/mitsuhiko/similar) from 1.3.0 to 2.0.0.
- [Release notes](ht...

51b7f40da1e564d9ecb5263421306d5846d98566 authored over 3 years ago
build(deps): bump anyhow from 1.0.43 to 1.0.44 (#755)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.44.
- [Release notes](http...

2f32d1859dfc9f32b364779ef5fbb94322717906 authored over 3 years ago
Document `diagnostic` theme scope (#751)

116e562ff652b54ba482143428bfbf4ac3fcd62e authored over 3 years ago
Add `no_op` command (#743)

* Add `no_op` command

* Document `no_op` in `remapping.md`

3e12b0099342be12db1db64e36ca4ff29613f122 authored over 3 years ago
lsp: Silence window/logMessage if -v isn't used

1540b37f3455326f9b0052f137f9e565f936dc12 authored over 3 years ago
fix: Need to reset set_byte_range in case cursor_ref is reused.

066367c0a4fcfc1e7c2e926171672afef26736b4 authored over 3 years ago
ui: Trigger recalculate_size per popup render so contents can readjust

32977ed34124a99af7b51057a6723203ce23c59c authored over 3 years ago
Update dark_plus error colour

This was recently changed in VSCode.

f2c73d156757b2567f306dcca4b94cf01b172d38 authored over 3 years ago
chore(nix): update flake inputs and submodule

004c8fd4628d639fca999672a43a8ab81c3cdea3 authored over 3 years ago
goto line start/end commands extend when in select mode (#739)

05c2a72ccb7f79e8e581d2703816c74543d1995c authored over 3 years ago
Convert clipboard line ending to document line ending when pasting (#716)

* convert a paste's line-ending to the current doc's line-ending

* move paste regex into past...

987d8e6dd66d65c2503cc81a3b9ea8787435839a authored over 3 years ago
feat: Sticky view mode with Z (#719)

94abc52b3b0929f399cea14e1efcf2c1d0a31ad8 authored over 3 years ago
fix: lsp: Regression with textDocument/didSave not getting sent

0b1bc566e4e3cfa88e23133fb018c998f2052c52 authored over 3 years ago
fix: Fix regression where formatting would fail on null response

bb47a9a0b8944a5933d45b2c7b6c22cb2e96c4d5 authored over 3 years ago
Update ledger treesitter injections (#732)

Co-authored-by: Cédric Barreteau <[email protected]>

394cc4f30f23d6ffbea70e714167ce04e37e02ce authored over 3 years ago
fix: Don't automatically search_next on *

Refs #713

3426285a6341702ace35817d38cefd2bb8b16437 authored over 3 years ago
Switch rust-toolchain.toml over to stable

d991715ff1fbd906fab60dda1f70f700c9e14817 authored over 3 years ago
Regex prompts should have a history with a specifiable register

72cf86e4626c01c6ce2371c7b134ab7a7041620c authored over 3 years ago
Optimize completion doc position. (#691)

* optimize completion doc's render

* optimize completion doc's render

* optimize completio...

011f9aa47f2316f120da48d342430c7c5caaf107 authored over 3 years ago
ui: Be smarter about centering previews

Try centering the whole block. If the block is too big for the viewport,
then make sure that the...

2ce87968cd5983167271cd306ab1c1d72a9c488d authored over 3 years ago
add language server for elixir and nix (#725)

f871d318c00023416dbc21747fd227f4a24c94c6 authored over 3 years ago
Update tree-sitter-ledger (#724)

89f0dbe8e8108a4b1b55440345e4990afd4b8489 authored over 3 years ago
Add command to extend to line start or end (#717)

7a9db951829d37447a414f03802297f4b43e02a6 authored over 3 years ago
Merge branch 'lsp-async-init'

fd36fbdebfa6508699979dc426725cbbc2dbe295 authored over 3 years ago
lsp: Don't import SymbolServer for Julia anymore, it's not necessary

3cbdc057de69b3ffaf1e8b69dea114872d9d128a authored over 3 years ago
Improve docs, fix up a few highlight scopes

4cc562318a9987d58384fdb4e88e5a1f59f25a19 authored over 3 years ago
build(deps): bump tokio from 1.10.1 to 1.11.0 (#723)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.1 to 1.11.0.
- [Release notes](https...

fde0a84bbacd2b95ef5f6433f8ee8d4a91817555 authored over 3 years ago
build(deps): bump signal-hook from 0.3.9 to 0.3.10 (#722)

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.9 to 0.3.10.
- [Release not...

a5c9ebdf366aa548a269e8aa8fcd0b38551f5c38 authored over 3 years ago
build(deps): bump cc from 1.0.69 to 1.0.70 (#721)

Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.69 to 1.0.70.
- [Release notes](http...

3fc4e9ff58d1ba5f4899b11787245fbaf31bc33d authored over 3 years ago
build(deps): bump thiserror from 1.0.28 to 1.0.29 (#720)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29.
- [Release notes...

4320821fa464ccdb56106ddf333dc8534ab1ef21 authored over 3 years ago
lldb: use stdio transport by default

413e477dc2d4792596f99979140d2879ec3d4f4f authored over 3 years ago
syntax: Add go & rust locals, improve tree-sitter error message

4ac29434cb99b517dba3752a287c0edfe8679e7e authored over 3 years ago
Improve grammar definitions

a6108baec9455f223211b458e2328087e7fa3280 authored over 3 years ago
lsp: Refactor code that could use document_by_path_mut

dc7799b980826ffe33ed635968def79daf20bd10 authored over 3 years ago
lsp: Simplify lookup under method call

63e191ea3b2ce116c39a446b8fab10a360fd8a33 authored over 3 years ago
ls: Refactor textDocument/didSave in a similar vein

800d79b584cd09020488b8a614e5214b929d8f5d authored over 3 years ago
lsp: Update the julia definition

d2b9a5d6546a97686338c26b21f886983a93d8f4 authored over 3 years ago
Improve build error when a new grammar was added

905efe3a48e5ac08a619da95b3d5f845e7e20160 authored over 3 years ago
lsp: Delay requests & notifications until initialization is complete

5a558e0d8e20eb5b5d474e0f27fd51f4c633dd80 authored over 3 years ago
Simplify textDocument/didClose, we don't need to look up LSP again

c00cf238afe3dbd43327fd74bd8a9ff2dd9c21db authored over 3 years ago
lsp: SyncKind::Full: we need to send the whole document on each change

2793ff383228403b1ebaf2a29c870a13ee76075a authored over 3 years ago
fix: tree-sitter-scopes would infinitely loop

585e3ce83066bfe0235598660d32a6e171cc60cb authored over 3 years ago
lsp: This doesn't need to be a mutable reference

be81f40df8c901f506708a2ce4ff10632fa1d64c authored over 3 years ago
lsp: Don't send notifications until initialize completes

Then send open events for all documents with the LSP attached.

46f3c69f06cc55f36bcc6244a9f96c2481836dea authored over 3 years ago
Improve highlighting scopes

d85a8adb2747e25589de82d821cd0c4e2dd244f5 authored over 3 years ago
lsp: doc.language_server() is None until initialize completes

37606bad47fe0e197cb34fc7d52856597c32ce33 authored over 3 years ago
Simplify documents & documents_mut()

59ed1c8c78ab996273bcc910c11724bc8402f711 authored over 3 years ago
Drop some &mut bounds where & would have sufficed

10b690b5bd5d3e9ee477782ebfe3f6ff8d11cb3f authored over 3 years ago
lsp: refactor format so we stop cloning the language_server

184637c55acca49380372ca118f13b3390bcb003 authored over 3 years ago
wip

8744f367bdd3fce5e6cc6ee2b5198188598f5170 authored over 3 years ago
lsp: Refactor capabilities as an async OnceCell

First step in making LSP init asynchronous

c3a58cdadd8be85b79d773122e807862a3da3a2f authored over 3 years ago
fix: lsp: Terminate transport on EOF

If stdout/stderr is closed, read_line will return 0 indicating EOF.

41f1e8e4fb4b3b387f34ef5d2e913e7ebc7fd888 authored over 3 years ago
syntax: Improve go highlights

ade1a453efe8bc6d4c5e775ba39da149ef01bb6b authored over 3 years ago
runtime: Query improvements

9b9c3c77f88af1ff798739aaa3303d563bbe8174 authored over 3 years ago
lsp: Outdated comment

48fd4843fc4a28bfd05ea01ef0d10f4ea816db20 authored over 3 years ago
At least partly highlight tsx

2bef245b7a1ae11f023d3e3aa82df250a3488d91 authored over 3 years ago
Don't panic on save if language_server isn't initialized

64099af3f1f5957de8f4203c665063d02ba4bac9 authored over 3 years ago
fix: lsp: Don't consume \n\n as a single newline

fe17b99ab399d1ee5483ad54c6b124af869afdb6 authored over 3 years ago
Get breakpoint reports from debugger

507a1f8dd6a7f88b979a09532a14a10eda72867b authored over 3 years ago
Update tree-sitter to 0.20

0.20 includes querying improvements, we no longer have to convert
fragments to strings but can r...

3cb95be452491a72d18c98ebc619b0d2abb1b746 authored over 3 years ago
lsp: Improve line ending handling when generating TextEdit

57ed5180e0e1af3b3ddcb478c4a6d6ecd969cd40 authored over 3 years ago
flake: Update dependencies

08967baef62772177bba95f99990e69094735a2b authored over 3 years ago