utility/images: add image.nvim

This commit is contained in:
raf 2024-02-17 03:19:38 +03:00
commit 7cb428520b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
10 changed files with 194 additions and 3 deletions

View file

@ -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;