mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
configuration.nix: don't use obsidian.nvim
Obsidian essentially requires direct configuration, is not for a generic config example config. It isn't enabled now, so removing it should be fine.
This commit is contained in:
parent
7ea75723cc
commit
1e22b3b755
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ isMaximal: {
|
||||||
};
|
};
|
||||||
|
|
||||||
notes = {
|
notes = {
|
||||||
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
|
|
||||||
neorg.enable = false;
|
neorg.enable = false;
|
||||||
orgmode.enable = false;
|
orgmode.enable = false;
|
||||||
mind-nvim.enable = isMaximal;
|
mind-nvim.enable = isMaximal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue