1
0
forked from extern/nix-config

neovim: Remove hologram-nvim

Not needed anymore since I figured out how to get image-nvim working in
NixOS.
This commit is contained in:
Donovan Glover 2023-07-17 20:25:44 -04:00
parent 13dc9a7ce2
commit 81a5a84d39
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -311,15 +311,6 @@ 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";