From 81a5a84d39a653b01d53ddf5b2f1e4903eb099bd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 17 Jul 2023 20:25:44 -0400 Subject: [PATCH] neovim: Remove hologram-nvim Not needed anymore since I figured out how to get image-nvim working in NixOS. --- home/neovim.nix | 9 --------- 1 file changed, 9 deletions(-) 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";