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