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:
parent
13dc9a7ce2
commit
81a5a84d39
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user