add image support
This commit is contained in:
parent
9f7d4b2392
commit
348cd048b5
12
lua/custom/plugins/image.lua
Normal file
12
lua/custom/plugins/image.lua
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
return {
|
||||||
|
"3rd/image.nvim",
|
||||||
|
config = function()
|
||||||
|
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?/init.lua;"
|
||||||
|
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?.lua;"
|
||||||
|
|
||||||
|
require("image").setup({
|
||||||
|
backend = "ueberzug",
|
||||||
|
tmux_show_only_in_active_indow = true,
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user