set markdown preview height to 100%

pull/2680/head
Panos Sakkos 8 months ago committed by Panos Sakkos
parent 8dedab858d
commit 4b95c18156

@ -40,6 +40,9 @@ M.gitsigns = {
current_line_blame = true,
}
M.glow = {
height_ratio = 1,
}
-- syntax highlight
M.treesitter = {
ensure_installed = {

@ -59,6 +59,7 @@ local plugins = {
"ellisonleao/glow.nvim",
config = true,
cmd = "Glow",
opts = overrides.glow,
},
{
"lukas-reineke/indent-blankline.nvim",

Loading…
Cancel
Save