mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 02:01:09 +02:00
neovim: Remove hologram-nvim
Not needed anymore since I figured out how to get image-nvim working in NixOS.
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user