neovim: Add hologram.nvim

For historical purposes, I am adding hologram.nvim in a commit, although
I should be able to replace this with image.nvim.
This commit is contained in:
Donovan Glover 2023-07-15 21:45:31 -04:00
parent 40ca636a51
commit bddff06eca
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -311,6 +311,15 @@ in
type = "lua";
config = ''require("auto-save").setup()'';
}
{
plugin = hologram-nvim;
type = "lua";
config = /* lua */ ''
require('hologram').setup {
auto_display = true
}
'';
}
{
plugin = toggleterm-nvim;
type = "lua";