Nik Revenco
1650f8b20d
Merge 30b8d84084
into 4281228da3
2025-07-25 12:11:10 +08:00
Michael Davis
2d5826d194
Complete words from open buffers ( #13206 )
2025-07-18 09:51:00 -05:00
StratusFearMe21
242353b2ba
Add ability to configure atomic saving ( #13656 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2025-07-10 19:12:59 -04:00
yuri
1315b7e2b1
Feat: inlay hint length limit ( #13742 )
2025-06-13 11:09:21 -05:00
Nik Revenco
30b8d84084
Merge branch 'master' into merge-statusline-cmdline
2025-06-07 13:26:31 +01:00
Erasin Wang
733ebcdaeb
Add file indentation style for statusline ( #13632 )
2025-05-29 08:20:22 -05:00
Rock Boynton
f157a918a3
Show the primary selection index on statusline ( #12326 )
...
Co-authored-by: Rock Boynton <rboynton@anduril.com>
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-05-15 07:53:02 -05:00
RoloEdits
d24e4fcf0f
feat(config): add `[workspace-]diagnostics` fields to statusline ( #13288 )
2025-04-08 13:58:14 -05:00
Nik Revenco
d5bdd0a675
Merge branch 'master' into merge-statusline-cmdline
2025-04-07 22:06:26 +01:00
Nik Revenco
0ee5850016
Color swatches ( 🟩 green 🟥 #ffaaaa ) ( #12308 )
2025-03-23 16:07:02 -05:00
Michael Davis
3a63e85b6a
Support EditorConfig ( #13056 )
2025-03-22 16:06:41 +09:00
Michael Davis
aa20eb8e7f
Add config for trimming trailing whitespace and newlines on write
...
These match the equivalent options in VSCode. `trim_trailing_whitespace`
is also the name used by EditorConfig.
* `trim-final-newlines` trims any extra line endings after the final one
* `trim-trailing-whitespace` trims any trailing whitespace (but not
empty lines)
2025-03-10 10:18:55 -04:00
Viktor Szépe
e22bbf5489
Fix typos ( #12690 )
2025-02-02 18:58:29 -06:00
Michael Davis
19f7bc9ecb
book: Add missing TOC entries to editor config page
2025-01-16 08:14:09 -05:00
Michael Davis
a0bd39d40e
book: Document editor.lsp.display-progress-messages config option
...
Connects #5535
2025-01-07 09:17:59 -05:00
Eduardo Rittner Coelho
eaff0c3cd6
Document diagnostic severity levels ( #12306 )
2024-12-20 09:47:06 -06:00
TornaxO7
51ac3e05e0
doc: fix default value in doc for `continue-comments` ( #12235 )
2024-12-10 13:19:31 -06:00
TornaxO7
5005c14e99
Add config option for continue commenting ( #12213 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2024-12-09 17:31:41 -06:00
Tshepang Mbambo
a1a5faebef
typo ( #12224 )
2024-12-09 12:23:30 -06:00
Nikita Revenco
f44be74435
feat: `merge-with-commandline` config option
2024-12-06 15:14:25 +00:00
Michael Davis
085c4fe4c8
docs: Eliminate improper use of "LSP" term
...
Sometimes we used "LSP" to mean "language server". This change
eliminates the improper "LSP" usage.
Ref https://github.com/helix-editor/helix/pull/12183#discussion_r1868436105
2024-12-03 18:29:44 -05:00
Philipp Mildenberger
dc941d6d24
Add support for path completion ( #2608 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
2024-11-21 21:12:36 -06:00
yehor
9e171e7d1d
Add default-yank-register option ( #11430 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2024-11-20 17:24:55 -06:00
Michael Davis
b97c745631
docs: Improve display of inline-diagnostics config sample
...
Closes https://github.com/helix-editor/helix/issues/11591
2024-11-20 17:28:44 -05:00
Alfie Richards
68ee87695b
Add clipboard provider configuration ( #10839 )
2024-11-20 16:06:23 -06:00
Pascal Kuthe
6d051d7084
render diagnostic inline
2024-07-15 16:35:30 +02:00
Hendrik Wolff
265608a3d8
Auto Save All Buffers After A Delay ( #10899 )
...
* auto save after delay
* configable
* clearer names
* init
* working with some odd behaviour
* working with greater consistency
* Apply reviewer suggestions
- Remove unneccessary field
- Remove blocking save
* Improve auto-save configuration
Auto save can be configured to trigger on focus loss:
```toml
auto-save.focus-lost = true|false
```
and after a time delay (in milli seconds) since last keypress:
```toml
auto-save.after-delay.enable = true|false
auto-save.after-delay.timeout = [0, u64::MAX] # default: 3000
```
* Remove boilerplate and unnecessary types
* Remove more useless types
* Update docs for auto-save.after-delay
* Fix wording of (doc) comments relating to auto-save
* book: Move auto-save descriptions to separate section
---------
Co-authored-by: Miguel Perez <miguelvojito@gmail.com>
Co-authored-by: Miguel Perez <perezoji@cs.fsu.edu>
2024-06-11 00:39:06 +02:00
David Else
a959c0ef9b
Improve the structure of the documentation ( #10619 )
2024-05-06 17:39:06 +02:00