Init commit

This commit is contained in:
Archie Fox
2025-07-25 13:09:33 +03:00
commit 7f1d7f48dd
30 changed files with 1469 additions and 0 deletions

15
lua/plugins/glow.lua Normal file
View File

@@ -0,0 +1,15 @@
return {
"ellisonleao/glow.nvim",
config = true,
cmd = "Glow",
ft = "markdown",
opts = {
border = "shadow",
style = "dark",
pager = false,
width = 120,
height = 100,
width_ratio = 0.8,
height_ratio = 0.8,
},
}