mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
feat: add mind-nvim to note-taking plugins
This commit is contained in:
parent
a3b533b923
commit
3d91f6c4c1
6 changed files with 56 additions and 1 deletions
|
@ -136,7 +136,8 @@ inputs: let
|
|||
|
||||
vim.notes = {
|
||||
obsidian.enable = false; # FIXME neovim fails to build if obsidian is enabled
|
||||
orgmode.enable = true;
|
||||
orgmode.enable = false;
|
||||
mind-nvim.enable = true;
|
||||
};
|
||||
|
||||
vim.terminal = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue