mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(fish): abbr simplification
This commit is contained in:
parent
9617fdf83f
commit
484e0daa30
2 changed files with 9 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue