diff --git a/home/neovim.nix b/home/neovim.nix index 343ae01d..3979effd 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -311,15 +311,6 @@ 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";