forked from extern/nix-config
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";
|
type = "lua";
|
||||||
config = ''require("auto-save").setup()'';
|
config = ''require("auto-save").setup()'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = hologram-nvim;
|
||||||
|
type = "lua";
|
||||||
|
config = /* lua */ ''
|
||||||
|
require('hologram').setup {
|
||||||
|
auto_display = true
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = toggleterm-nvim;
|
plugin = toggleterm-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
Loading…
Reference in New Issue
Block a user