Init commit
This commit is contained in:
15
lua/plugins/glow.lua
Normal file
15
lua/plugins/glow.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user