Skip to content

Commit

Permalink
neovim: Drop image-nvim for now
Browse files Browse the repository at this point in the history
image-nvim is currently broken in nixpkgs, however it should be fixed
with an open pull request.
  • Loading branch information
donovanglover committed Jan 13, 2024
1 parent d9da12e commit c4b7663
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -409,34 +409,6 @@ in
}
'';
}
{
plugin = image-nvim;
type = "lua";
config = /* lua */ ''
require("image").setup({
backend = "kitty",
integrations = {
markdown = {
enabled = true,
sizing_strategy = "auto",
download_remote_images = false,
clear_in_insert_mode = true,
},
neorg = {
enabled = false,
},
},
max_width = 600,
max_height = 400,
max_width_window_percentage = 40,
max_height_window_percentage = 50,
kitty_method = "normal",
kitty_tmux_write_delay = 10,
window_overlap_clear_enabled = false,
window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "" },
})
'';
}
{
plugin = git-blame-nvim;
type = "lua";
Expand Down

0 comments on commit c4b7663

Please sign in to comment.