markdown with image rendering + lsp-config

This commit is contained in:
2025-11-16 04:04:27 -05:00
parent 4c1a71c1df
commit 65f8b53cfc
9 changed files with 83 additions and 3 deletions

5
lua/plugins/luarocks.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
"vhyrro/luarocks.nvim",
priority = 1000, -- Very high priority is required, luarocks.nvim should run as the first plugin in your config.
config = true,
}