add(fish): abbr simplification

This commit is contained in:
Léana 江 2023-04-03 21:47:24 +02:00
parent 9617fdf83f
commit 484e0daa30
2 changed files with 9 additions and 26 deletions

View file

@ -2,7 +2,7 @@ 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 = "dark", -- filled automatically with your current editor background, you can override using glow json style
style = "light", -- filled automatically with your current editor background, you can override using glow json style
pager = false,
width = 80,
height = 100,