nvim: lots of random lsps and coloring configuration

This commit is contained in:
2025-06-20 19:28:33 +03:00
parent 6982d8815a
commit 126ba234e7
8 changed files with 87 additions and 48 deletions

View 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",
}
}