📦️ deps(nvim): add luarocks.nvim to the image.nvim extra
This commit is contained in:
parent
9d5159b8ac
commit
decc55fb67
1 changed files with 10 additions and 5 deletions
|
@ -1,11 +1,16 @@
|
||||||
return {
|
return {
|
||||||
"3rd/image.nvim",
|
"3rd/image.nvim",
|
||||||
event = "LazyFile",
|
event = "LazyFile",
|
||||||
init = function()
|
dependencies = {
|
||||||
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?/init.lua;"
|
{ "nvim-treesitter/nvim-treesitter" },
|
||||||
package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?.lua;"
|
{
|
||||||
end,
|
"vhyrro/luarocks.nvim",
|
||||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
priority = 1000, -- this plugin needs to run before anything else
|
||||||
|
opts = {
|
||||||
|
rocks = { "magick" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
backend = "kitty",
|
backend = "kitty",
|
||||||
integrations = {
|
integrations = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue