mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
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:
parent
40ca636a51
commit
bddff06eca
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user