| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(editorconfig): check that buffer is valid (#23922) | Gregory Anders | 2023-06-05 |
| | | | | Fixes: https://github.com/neovim/neovim/issues/23921 | ||
| * | refactor(options): deprecate nvim[_buf|_win]_[gs]et_option | Lewis Russell | 2023-05-21 |
| | | | | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: famiu <famiuhaque@protonmail.com> | ||
| * | refactor(editorconfig)!: change editorconfig_enable to editorconfig | Gregory Anders | 2023-01-07 |
| | | |||
| * | feat(editorconfig): allow editorconfig to be toggled dynamically | Gregory Anders | 2023-01-07 |
| | | | | | | | | | | Rather than only check `editorconfig_enable` when the plugin is loaded, check it each time the autocommand fires, so that users may enable or disable it dynamically. Also check for a buffer local version of the variable, so that editorconfig can be enabled or disabled per-buffer. | ||
| * | test(editorconfig): add editorconfig tests | Gregory Anders | 2023-01-03 |