feat: revert after/

This commit is contained in:
nullchilly 2023-04-12 00:13:49 +07:00
parent 7f01b578ac
commit a6a17e6d3e
25 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,11 @@
require "glow".setup {
glow_path = "glow", -- will be filled automatically with your glow bin in $PATH, if any
install_path = "~/.local/bin", -- default path for installing glow binary
border = "shadow", -- floating window border config
style = "light", -- filled automatically with your current editor background, you can override using glow json style
pager = false,
width = 80,
height = 100,
width_ratio = 0.7, -- maximum width of the Glow window compared to the nvim window size (overrides `width`)
height_ratio = 0.7,
}