Maria José Solano
bee45fc0e7
refactor(docs): remove unnecessary @private
/@nodoc
annotations ( #33951 )
...
* refactor(docs): remove `@private` annotations from local functions
* refactor(docs): remove unnecessary `@nodoc` annotations
2025-05-10 14:42:48 -07:00
Maria José Solano
09e01437c9
refactor: use nvim.foo.bar format for autocommand groups
2025-01-14 21:25:25 -08:00
sus-domesticus
cb6c0fda71
feat(editorconfig): add support for spelling_language ( #28638 )
2024-06-06 09:16:43 -05:00
dundargoc
7acf39ddab
docs: misc ( #28609 )
...
Closes https://github.com/neovim/neovim/issues/28484 .
Closes https://github.com/neovim/neovim/issues/28719 .
Co-authored-by: Chris <crwebb85@gmail.com >
Co-authored-by: Gregory Anders <greg@gpanders.com >
Co-authored-by: Jake B <16889000+jakethedev@users.noreply.github.com >
Co-authored-by: Jonathan Raines <jonathan.s.raines@gmail.com >
Co-authored-by: Yi Ming <ofseed@foxmail.com >
Co-authored-by: Zane Dufour <zane@znd4.me >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-05-15 07:18:33 +08:00
Lewis Russell
cdbc3e3f3e
fix(editorconfig): syntax error regression
2024-03-11 10:06:57 +00:00
Lewis Russell
a09ddd7ce5
docs(editorconfig): move to source
2024-03-10 23:20:44 +00:00
Lewis Russell
abb8c2c453
fix(editorconfig): do not set 'endofline'
...
Problem:
'endofline' can be used to detect if a file ends of <EOL>, however
editorconfig can break this.
Solution:
Set 'endofline' during BufWritePre
Fixes : #24869
2023-08-27 19:27:25 +01:00
Lewis Russell
dc45fb4655
fix(editorconfig): only warn once on errors
2023-08-23 14:45:02 +01:00
Gregory Anders
cbbda3bcd7
fix(editorconfig): check that buffer is valid ( #23922 )
...
Fixes: https://github.com/neovim/neovim/issues/23921
2023-06-05 11:53:13 -05:00
Bogdan Grigoruță
143a178332
fix(editorconfig): add missing root validation ( #23462 )
2023-05-03 12:26:40 -06:00
Christian Clason
4d04feb662
feat(lua): vim.tbl_contains supports general tables and predicates ( #23040 )
...
* feat(lua): vim.tbl_contains supports general tables and predicates
Problem: `vim.tbl_contains` only works for list-like tables (integer
keys without gaps) and primitive values (in particular, not for nested
tables).
Solution: Rename `vim.tbl_contains` to `vim.list_contains` and add new
`vim.tbl_contains` that works for general tables and optionally allows
`value` to be a predicate function that is checked for every key.
2023-04-14 10:39:57 +02:00
Jaehwang Jung
65e2feabeb
docs(editorconfig): number → integer ( #22514 )
2023-03-04 13:05:57 +00:00
Gregory Anders
ab9a2c4925
feat(editorconfig): add builtin EditorConfig support
2023-01-03 10:28:55 -07:00