first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
9
config/nvim/lua/neoconf/lazy/image.lua
Normal file
9
config/nvim/lua/neoconf/lazy/image.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"3rd/image.nvim",
|
||||
build = false, -- so that it doesn't build the rock https://github.com/3rd/image.nvim/issues/91#issuecomment-2453430239
|
||||
opts = {
|
||||
processor = "magick_cli",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue