kotlin: changelog entry

This commit is contained in:
Soliprem 2024-10-07 14:27:58 +02:00
parent 8accc868b5
commit e3ee59a078

View file

@ -245,7 +245,8 @@ everyone.
- Add LSP and Treesitter support for R under `vim.languages.R`. - Add LSP and Treesitter support for R under `vim.languages.R`.
- Add Otter support under `vim.lsp.otter` and an assert to prevent conflict with - Add Otter support under `vim.lsp.otter` and an assert to prevent conflict with
ccc ccc
- Add LSP and Treesitter support for Kotlin under `vim.languages.kotlin` - Add LSP, diagnostics, formatter and Treesitter support for Kotlin under
`vim.languages.kotlin`
[Bloxx12](https://github.com/Bloxx12) [Bloxx12](https://github.com/Bloxx12)