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

fix: When cycling through prompt history, update event needs to trigger

1066b081ddb06a5370371ca139dc8e9b992c1242 authored about 3 years ago
minor: Rearrange helix-term Cargo.toml

2cee0c58baf601995e6fd7ef774d8556bb1af6b9 authored about 3 years ago
minor: Further simplify take_with

e36ad8b4edcede174ffad404b70d7c12d007548e authored about 3 years ago
Remove some old TODOs

3fe353c47cb9c56d8e08396be476cf53b688fe36 authored about 3 years ago
Improve statusline (#916)

* Improve statusline

* Change diagnostic count display to show counts of individual
diagno...

2505802d39f18f2f2dcfe8e00633f895c67beb76 authored about 3 years ago
fix: string.regex{=>p}

7e6ade9290882e2be4be98d9a01ac554552334c5 authored about 3 years ago
use punctuation.special for interpolation #{ }

bf20e51044323f96f3fad7a543dc06bb745246ec authored about 3 years ago
Use current dir for file picker, after change dir. (#910)

d61e5e686be14b61b6d26c591147f8bfedd378bf authored about 3 years ago
Clear competion items when start_offset > cursor (#906)

f331ba9df4d7d22a5e9599737da581feb630f748 authored about 3 years ago
move_up will select last item, when no item selected (#907)

b142fd4080d99a7e4f39bb06207ded6771d47b20 authored about 3 years ago
Add c-j c-k to menu keymap for move_up move_down (#908)

bca98b5bedfa6c9410384f26a2df6115874351bc authored about 3 years ago
build(deps): bump clipboard-win from 4.2.1 to 4.2.2 (#911)

Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 4.2.1 to 4.2.2.
- [Relea...

a0cb9d82d1245253698bd7e319b07ae50adb715d authored about 3 years ago
Document more of helix-core (#904)

92c2d5d3bffb52a165fad75b6db2120de37b5ae4 authored about 3 years ago
fix warning

acc5ac5e731ea978fdd8a0f6762f2cd5101780b2 authored over 3 years ago
fix: Compose where changes.compose(empty_other)

bfb6cff5a9b0ff5c37085086f895d3f14eaa5782 authored over 3 years ago
completion: fully revert state before apply & insertText common prefix

3edca7854e66cbdb0c4baca25962a4f390fede55 authored over 3 years ago
runtime: Rose Pine colorscheme (#897)

d4d16ca1b06ed18843ec3382f485c09b04e35e18 authored over 3 years ago
Fix `:quit!` description and tense of other commands (#902)

a7d87c79ce751ce5d97843026de82d5ee124d176 authored over 3 years ago
lldb: add gdbserver connection template

Can be better customized in a personal languages.toml for perfect fit

cde57dae356021c6ca8c2a2ed68777bd9d0bc0b2 authored over 3 years ago
dap: support arrays as arguments

6aa9838ea6c4c4a355796ef6dcc4dd28f2035c38 authored over 3 years ago
book: Document Alt-. and .

42eee9d5bfe6248eb3a343bd12897f4915303857 authored over 3 years ago
find motion and textobj motion repeat (#891)

2ed01f2d9c8c98a7e59fef1bb19af56ec897084b authored over 3 years ago
Mark a few functions as `const`

cee7ad781e5f6de249d728425a6283a26bb62dc3 authored over 3 years ago
fix: Indentation used different default on `hx` vs `hx new_file.txt`

c913bade0a3b0edaaf87e1a5e795edc951cead78 authored over 3 years ago
nix: Update lld to 12

4b4e972af00a97c7b6e164f4cfdac38954ebae58 authored over 3 years ago
Filter completion items from language server by starts_with word under cursor (#883)

* filter items by starts_with pre nth char of cursor

* add config for filter completion items...

971ba8929fcc879c2c24b9ab204849500ffe6fce authored over 3 years ago
log syntax highlighting init errors (#895)

0cb5e0b2caba61bbcf6f57ce58506882766d5eea authored over 3 years ago
Add commands for moving between splits with a direction (#860)

* Add commands for moving between splits with a direction

* Update keymaps

* Change picker...

0f886af4b993c836bb2d522f6e036362593ff8b8 authored over 3 years ago
Add treesitter textobjects (#728)

* Add treesitter textobject queries

Only for Go, Python and Rust for now.

* Add tree-sitte...

4ee92cad19cc94f0751f91fa9391d1899353d740 authored over 3 years ago
book: Add a link to tutor.txt

c5298caa752dee136ab1a21dae27a702a00d8eea authored over 3 years ago
CMake support (#888)

787ba4f233a38e42cfeab5c5125122d7d7b85e8f authored over 3 years ago
Fixed incorrect move commands (#894)

6c995fa6906f9d6895d27fd4b595ba254cbb966a authored over 3 years ago
Typo fix (#893)

75a8e8afbd06b69f182f6fb9c0d3b0cd2241c0c8 authored over 3 years ago
Fix doctest broken on 2021 edition

96945be1a8d551f09865f13a7d8972174dbbc1c8 authored over 3 years ago
Update to rust 1.56 + 2021 edition

182a59b5528075c0171756bff71275db8a7995f0 authored over 3 years ago
First stab at ignoring compressed files from picker (#767)

3b032e8e1fd342261b153aeb375f9c0e8d882b34 authored over 3 years ago
fixes: missing info, warning diagnostic (#890)

2edc85e953e003f8b8121e7757e9d45f5216f649 authored over 3 years ago
Add `Alt-,` to `keymap.md`, and replace hard-to-see commas with slashes (#884)

* Add `A-,` to `keymap.md`, and remove out-of-place commas

* Update book/src/keymap.md

Co-...

f467154e18a146d39acdc73e2f5bfacc5aadf8e4 authored over 3 years ago
Replace current selection with all yanked values. (#882)

b1ebd7a07e55f8ff5b8ef9fcbf09940a9f4a4f39 authored over 3 years ago
Ignore errors when disabling mouse capture

e9b23c29d8e8bca1d4140d02350bdae824a651b0 authored over 3 years ago
Update dependencies to bump crossterm to 0.22.1

Fixes #825
Fixes #690

9688cb74a1e931edfa625cd28a828e728fcea675 authored over 3 years ago
Add `C-j` and `C-k` to keybinds for picker (#876)

* Add `C-j` and `C-k` for moving down/up in pickers

* Add new binds to keymap doc

67829976faca1c2fdeb3964c25cb35bc41f0b8df authored over 3 years ago
clean up combined-injections comment (#880)

1766bdb9d4c3df24a010041cd014b6fecb7641fa authored over 3 years ago
Refactor nord theme (#874)

* refactor again

* remove useless color

7146ae9388bc523d56d2388b1898eab611cb13c3 authored over 3 years ago
build(deps): bump chardetng from 0.1.14 to 0.1.15 (#879)

Bumps [chardetng](https://github.com/hsivonen/chardetng) from 0.1.14 to 0.1.15.
- [Release note...

cdfa0dfa36ae7b6ae5296d6991ddb7bc7a73f9fc authored over 3 years ago
build(deps): bump encoding_rs from 0.8.28 to 0.8.29 (#877)

Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.28 to 0.8.29.
- [Release ...

c212325e6a7400a37181e8d2d83c4157ff93d63f authored over 3 years ago
improve menu selected color for nord (#873)

2ac9d30bf3614a08f2d0216010f5d73845c205fa authored over 3 years ago
Improve completion trigger (#838)

* improve idle completion trigger

* add completion-trigger-len to book

* rename semantics_...

9ac0c951615d624041836cdd7afd869391c72fff authored over 3 years ago
Merge pull request #830 from the-mikedavis/official-elixir-tree-sitter

prefer elixir-lang/tree-sitter-elixir

a03b12530c8231111184dbb35b57bfb1727f4d60 authored over 3 years ago
adds: base16 theme for Helix editor (#833)

c278b43319b1a8beea872bc9b9678f3cef230fd7 authored over 3 years ago
Add indents for python, but it's not perfect. (#837)

* add indents for python, but it's not Perfect

* add last line

bb011f9fb22ce8bce7720668d02790b2524e5c3c authored over 3 years ago
highlight calls to erlang modules as types

connects https://github.com/elixir-lang/tree-sitter-elixir/pull/5

c502cafecc42cc6099241e7ba129727bedf150d7 authored over 3 years ago
align highlight scopes with documented scopes

4771cc7ee49ebf59f837a6899a6b1d7e044c011a authored over 3 years ago
use special.string.symbol instead of symbol

this aligns better with how ruby highlights symbols

80b54f2f69165897bfab376d031fab8e040331b6 authored over 3 years ago
use latest tree-sitter-elixir with 'not in' query support

connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9

8f658f0dceffa7bcf2ea18cd6fd0a7dab4e37663 authored over 3 years ago
scope arities in captures as operators

4d8eb09b7c436a82e3deff09cbf65a8c68201522 authored over 3 years ago
use the warning type for tree-sitter ERRORs

95ab40d1718b3ed4c4cfef6cf02603651e6159f6 authored over 3 years ago
add highlights query from elixir-lang/tree-sitter-elixir

d1b434d2304218673b7e7564f9e59910b475349c authored over 3 years ago
prefer elixir-lang/tree-sitter-elixir

6c0786edc575c5b70bd0d5dcbdaf083f8b5525b1 authored over 3 years ago
describe atoms as tags

5db248cc1ce6077293e4bc96513daf6448f12774 authored over 3 years ago
add LICENSE snippet at elixir hightlights top

b2655a7f5ca0edfffcaabb8ab84b53571afba19a authored over 3 years ago
dap: Fix examples

d6e8a44d8510b2ae75d660a5f260d97e6dc7e797 authored over 3 years ago
Use a newtype for ThreadId

bda05ec4bfb861c9880dd700ab31c1f9bc79e926 authored over 3 years ago
Invert core -> dap dependency

83a816740268ec527bf2f908cf752cfcbedc81f9 authored over 3 years ago
Port over parsing improvements from the LSP

We need to terminate if we ever read 0 bytes which indicates closed
stream.

ea59f77a6baa0658b50fed50739e1f8956819395 authored over 3 years ago
Merge branch 'master' into debug

0a6b60085a56876068bf652c9491c435e9cca229 authored over 3 years ago
Enable c-sharp language and highlights (#861)

e216e9621e73cda1968632cd20595231af5e07be authored over 3 years ago
Make auto-completion a config (#853)

89707a858f593c99d44af173e9fb2c0d72b8697e authored over 3 years ago
fix: If backspacing past the start offset, cancel completion

Refs #822

2c0468ffd16de1f835ac9c4e39692a682273fb7b authored over 3 years ago
fix digit escapes in java & php highlights (#846)

be428a295a0884ed0523a8a995e913ee1c863b60 authored over 3 years ago
Add highlight support for tree-sitter-query language (tsq) (#845)

* add submodule on tree-sitter/tree-sitter-tsq

mark tsq submodule as shallow

* add tree-si...

e069fb9dea0d41eedb9257050f2231b7b0b88d0e authored over 3 years ago
Continue tutor (#737)

* Add sections

* `COUNTS WITH MOTIONS`
* `SELECTING LINES`
* `UNDOING`

* Adjust lesson s...

43465926be77e6890203fe6a4942f674bfb2a8f4 authored over 3 years ago
Add note about FAQ to `README.md` (#848)

6063ecf3b44b6b3b6ae0d96375c7485bb47cf716 authored over 3 years ago
Set CWD when editor is started with a directory (#849)

c71b49497d8fc8ee487b7cfeafb7392b71a13d17 authored over 3 years ago
Prevent LSP Messages from displaying when a prompt is presented (#824)

* Prevent LSP Messages from displaying when a prompt is presented

* use match guard

4d07eaa48bc4fc0c75e0346406fb6dedfc7db743 authored over 3 years ago
fix nord ui focus color (#844)

ef3f78b6ce79ab17d85780ec02af12ed1459b971 authored over 3 years ago
improve contract on nord comment color (#842)

47208b990b159b37d9b1a55df908d2cb27eea896 authored over 3 years ago
Using pylsp instead of pyls (#834)

b42ef0e028c91d8afb85898aeed04a0a8207f0c8 authored over 3 years ago
build(deps): bump lsp-types from 0.90.0 to 0.90.1 (#829)

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

933db94f2ff116d3194d4de95c1f6ff287ecb150 authored over 3 years ago
build(deps): bump thiserror from 1.0.29 to 1.0.30 (#828)

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

a6b393f59840fc126dfcf1980d82808cc1505a20 authored over 3 years ago
build(deps): bump libloading from 0.7.0 to 0.7.1 (#827)

Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.0 to 0.7.1.
- [Release n...

6cb0d1c4e47c610937454c03f7ca83bb79e93cdc authored over 3 years ago
build(deps): bump cc from 1.0.70 to 1.0.71 (#826)

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

c15e3b32d6f96be7b5f3045bfbcbe00c9fe224cf authored over 3 years ago
fix: Make sure to actually use idle_timeout config value for the timers

a930f99179c4e0706254b243a4c0672089cb59ed authored over 3 years ago
Merge pull request #821 from helix-editor/idle-timer

Idle timer / Autocompletion

f8f63c55081ee966c7cb2b84139c25c6301b5fff authored over 3 years ago
Add Vue tree sitter grammar (#787)

* ✨ Add vue tree sitter support

* Update .gitmodules

Co-authored-by: Blaž Hrastnik <blaz@m...

a7f49fa56fecd7f44efca7e6074e5cd9e5d91c92 authored over 3 years ago
Allow trigger_offset to be unused for now

76b1bbc23ad5fc47765472cd9e83727a43c97ff3 authored over 3 years ago
Make idle-timeout configurable

633b981db22bb30c601b838eaaeb814a64156125 authored over 3 years ago
Remove resolved TODOs

c7f3a971c0e42d1ecb8b91f075b2300040b656fa authored over 3 years ago
fix command descriptions

bc0084d071ac53fa460370667cdd8740e7499c76 authored over 3 years ago
Merge branch 'master' into debug

48cb81eff13f3f33d85f3bff731df4f9db1e4659 authored over 3 years ago
Update mdbook style and fix unreadable table head (#806)

The styles are now pulled from upstream styles, some of the changes I
submitted it back to upst...

4260b31ec059ffa2207f8f2541af1c3996b00cf9 authored over 3 years ago
Picker: Don't panick at move_up/move_down when matches is empty (#818)

a6852fb88f72ea6bb41b19e65b531c17662ba57d authored over 3 years ago
Allow `language.config` (in languages.toml) to be passed in as a toml object (#807)

* allow language.config (in languages.toml) to be passed in as a toml object

* Change config ...

eedcea7e6bdae7d18610ae8d035e7f732099e619 authored over 3 years ago
relative paths showing active file in global search (#803)

9f27be429d0b4848a01876cd0eb192f2db8a830b authored over 3 years ago
Add (SWI-)Prolog LSP support (#816)

As discussed in #809 ; I also have a [tree-sitter implementation](https://github.com/jamesnvc/tr...

2e692dc184d86c674da9e77afe93896743f67ebd authored over 3 years ago
fix: Don't crash on empty completion, don't retrigger on close

f692ede2b7af9ee3c0a83642c0e169ac2db90ca5 authored over 3 years ago
fix compilation

8ca91891d1f8f6df8073a4cc4af4132f8c6695ce authored over 3 years ago
Filter the initial completion

66f26e82ceaf4b81dfeb429dcb840a3242e8f254 authored over 3 years ago
Experiment with autocompletion on idle

40abec80e1062503d70055ed9e968cd4b31411a7 authored over 3 years ago
idle timer wip

f99bea404f43ea0e373fd9fe54616d3282e8364b authored over 3 years ago