diff options
| -rw-r--r-- | README.md | 13 | ||||
| -rw-r--r-- | lua/pml68/plugins.lua | 32 |
2 files changed, 0 insertions, 45 deletions
@@ -9,16 +9,3 @@ Download into your config directory ```sh git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim ``` - -## Image support - -To use [image.nvim](https://github.com/3rd/image.nvim), install [imagemagick](https://imagemagick.org/script/download.php) and [ueberzugpp](https://github.com/jstkdng/ueberzugpp) - -Arch: - -```sh -sudo pacman -S imagemagick - -# install ueberzugpp from the AUR with your preferred method, such as yay: -yay -S ueberzugpp -``` diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 462f5a2..5fbef46 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -10,38 +10,6 @@ local plugins = { "christoomey/vim-tmux-navigator", lazy = false, }, - -- Image support - { - "3rd/image.nvim", - dependencies = { - "vhyrro/luarocks.nvim", - priority = 1001, - opts = { - rocks = { "magick" }, - }, - }, - ft = { "css", "scss", "html", "svelte", "markdown" }, - config = function() - require("image").setup({ - backend = "ueberzug", - integrations = { - markdown = { - only_render_image_at_cursor = true, - }, - neorg = { - enabled = false, - }, - html = { - enabled = true, - }, - css = { - enabled = true, - }, - }, - max_width_window_percentage = 90, - }) - end - }, -- Oil.nvim { "stevearc/oil.nvim", |
