mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 17:11:02 +00:00
neorg: disable by default
This commit is contained in:
parent
286cf1bc7c
commit
b272d9fabb
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ isMaximal: {
|
|||
|
||||
notes = {
|
||||
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
|
||||
neorg.enable = true;
|
||||
neorg.enable = false;
|
||||
orgmode.enable = false;
|
||||
mind-nvim.enable = isMaximal;
|
||||
todo-comments.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue