neorg: init (#413)

* neorg: init

* neorg: setupOpts work

* neorg: disable by default

* neorg: added changelog entry

* neorg: setupOpts setup correctly

* neorg: sane default for setupOpts

* neorg: changed description and removed reduntant treesitter activation

* neorg: added vim.treesitter.enable

* neorg: fixing capitalisation

* neorg: adding descriptions

* neorg: formatting

* neorg: added newline at the end of docs
This commit is contained in:
Soliprem 2024-10-15 17:31:18 +02:00 committed by GitHub
commit a7e0542fd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 189 additions and 0 deletions

View file

@ -262,6 +262,7 @@ everyone.
- 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
ccc
- Add Neorg support under `vim.notes.neorg`
- Add LSP, diagnostics, formatter and Treesitter support for Kotlin under
`vim.languages.kotlin`
- changed default keybinds for leap.nvim to avoid altering expected behavior
@ -276,3 +277,4 @@ everyone.
- Add LSP support for Scala via
[nvim-metals](https://github.com/scalameta/nvim-metals)