nvim: lots of random lsps and coloring configuration
This commit is contained in:
7
.config/nvim/lua/plugins/image.lua
Normal file
7
.config/nvim/lua/plugins/image.lua
Normal file
@ -0,0 +1,7 @@
|
||||
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",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user