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

@ -174,6 +174,7 @@ isMaximal: {
notes = {
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
neorg.enable = false;
orgmode.enable = false;
mind-nvim.enable = isMaximal;
todo-comments.enable = true;