aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
* Add changelog notes for 24.03 (#9946)Michael Davis2024-03-30
| | | | | | | | | | | | | | | | | | | | | * changelog: Checkpoint 2024-03-20 commit: b8e79c0ef52e71136712959af426f318d674fc96 * Bump the version to 24.3.0 * changelog: Checkpoint 2024-03-25 commit: 614a744d24e54225eae2ad0d27719b81c0cf9a4d * Address review comments * changelog: Checkpoint 2024-03-30 commit: 64c1de19884b0eaf43ccb3335115c2cbca8d7432 * Adjust release day to 2024-03-30 * Linkify
* Completely fix bash autocomplete handling of filenames with spaces (#9708)wr72024-02-24
|
* Properly handle spaces in filenames in bash autocomplete (#9702)wr72024-02-23
|
* Add icon to Windows executable (#9104)NitinKM2024-01-28
| | | | | | | | | | | * injecting the icon through a resource file, no extra deps * formatted * scripted rc compilation * formatted and restructured * simplified conditional func call
* Add changelog notes for 23.10 (#8086)Michael Davis2023-10-25
| | | | Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de>
* Improve and complete Arabic translation for meta information (#8380)zefr0x2023-09-25
|
* Add 23.05 to the AppDataMichael Davis2023-05-18
|
* Add changelog notes for the 23.03 release (#6455)Michael Davis2023-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changelog: Checkpoint 2023-01-10 commit: 927fa112ec049e5f40309ffdd57c314897e18bbc * changelog: Checkpoint 2023-02-05 commit: 9c98043c1cd6a8b92f35214007a90bb0f287beda * changelog: Checkpoint 2023-03-17 commit: bd473928ae049dfe956f8966bfde19859c148e81 * changelog: Checkpoint 2023-03-27 commit: 5323020c3f02b178f2b6807f13d89bf7f40d3cce * Set a tentative release date for 2023-03-31 * Update CHANGELOG.md * Mention virtual text PR in inlayed type hints feature links * Fix description for 5097 * Rebalance features, usability improvements and fixes * Reorganize some out-of-place changes to the proper sections * Eliminate the LSP configurations section This has a lot of overlap with the 'new languages' section with newly supported LSP configurations. Smaller changes to LSP configurations are not so common so I folded those into the 'updated languages and queries' section.
* Add Appstream metadata file (#5643)blt__2023-01-24
|
* Use logo for contrib icon (#4982)Michael Davis2022-12-04
|
* bash completion: use builtin filenames option (#4648)Max Hille2022-11-08
| | | | Use a builtin bash option which detects filenames in completion outputs and reflects this in sensible <tab> completion behaviour.
* fix fish completions for --config & --log (#3912)Benedikt Müller2022-09-20
|
* Add command line parameter to specify log file (#3807)Tobias Hunger2022-09-20
| | | | | | | | | | | * Add command line parameter to specify log file I had the logs of my debug helix mixed in with the logs from the production helix. Add a `--log` command line argument to redirect any logs to other files, making my debugging easier :-) * Update completion files with `--log` argument
* fix: add elvish completions (#3331)Alexander Brevig2022-08-05
|
* add a CLI flag for specifying config file location (#2666)Michael Davis2022-08-04
|
* adds --vsplit and --hsplit arguments (#2773)plexom2022-07-01
| | | | | | | | | * adds --vsplit and --hsplit arguments * moved comment * fixed lint (third time's a charm) * changed vsplit and hsplit from two separate bools to type Option<Layout>, and some cleanup
* AppImage (#2089)Matthew Toohey2022-04-20
| | | | | | | | | | | | | * Add desktop entry file Co-authored-by: NNB <n.at@aleeas.com> * Add placeholder icon for AppImage * Add AppImage step to release workflow * Exclude grammar sources from AppImage Co-authored-by: NNB <n.at@aleeas.com>
* Add shell completion (#2022)Benedikt Müller2022-04-12
| | | | | * Add shell completion * Add shell completion to release
* Move themes to runtime/themes, add link from contrib/themeswojciechkepka2021-06-19
|
* Add `ui.statusline.inactive`, use `ui.statusline` for statusline textwojciechkepka2021-06-18
|
* Add theme key for selected line numberGokul Soumya2021-06-16
| | | | | | | | | | | Adds `ui.linenr.selected` which controls highlight of linu numbes which have cursors on. - Fallback to linenr if linenr.selected is missing - Update docs and themes - Add TODOs for themes with temporary linenr.selected
* Add ui.selection to theme.tomlGokul Soumya2021-06-14
| | | | | Enables changing the color of the selection which was previously hard coded.
* Correct onedark theme file locationGokul Soumya2021-06-14
|
* Add onedark themeGokul Soumya2021-06-14
|
* Fix a typo in theme nameWojciech Kępka2021-06-14
|
* Add `bogster` themeWojciech Kępka2021-06-14
|
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* theme: Enable style modifiers in theme.toml * docs: theme documentation * fixup: parse modifiers with filter_map * theme: tests for parse_style * theme: Log invalid cases in theme.toml parse * docs: theme documentation fixup * docs: Blaz's theming comments * docs: Theme doc fixes from pickfire Co-authored-by: Ivan Tham <pickfire@riseup.net> * theme: More context in logs, TODO for alerting users * contrib: Ingrid's theme * docs: Theme subsection fixes Co-authored-by: Ivan Tham <pickfire@riseup.net>