Add image support
This commit is contained in:
@@ -27,8 +27,19 @@ return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
opts = require "configs.nvim-tree",
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
opts = require("configs.cmp"),
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
opts = require "configs.cmp",
|
||||
},
|
||||
{
|
||||
"3rd/image.nvim",
|
||||
config = function()
|
||||
require("image").setup {
|
||||
backend = "ueberzug",
|
||||
}
|
||||
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"
|
||||
end,
|
||||
ft = { "markdown", "" },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user