mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-18 08:03:28 +00:00
utility/images: add image.nvim
This commit is contained in:
parent
024e1a6845
commit
7cb428520b
10 changed files with 194 additions and 3 deletions
|
@ -178,10 +178,14 @@ inputs: let
|
|||
hop.enable = true;
|
||||
leap.enable = true;
|
||||
};
|
||||
|
||||
images = {
|
||||
image-nvim.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
vim.notes = {
|
||||
obsidian.enable = false; # FIXME neovim fails to build if obsidian is enabled
|
||||
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
|
||||
orgmode.enable = false;
|
||||
mind-nvim.enable = isMaximal;
|
||||
todo-comments.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue