MD preview plugin
This commit is contained in:
parent
d5c1bb5710
commit
7a8cd82dc3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ return {
|
||||||
cmd = 'Glow',
|
cmd = 'Glow',
|
||||||
config = true,
|
config = true,
|
||||||
opts = {
|
opts = {
|
||||||
glow_path = '', -- will be filled automatically with your glow bin in $PATH, if any
|
glow_path = '~/.nix-profile/bin/glow', -- will be filled automatically with your glow bin in $PATH, if any
|
||||||
install_path = '~/.nix-profile/bin/', -- default path for installing glow binary
|
install_path = '~/.nix-profile/bin/', -- default path for installing glow binary
|
||||||
border = 'shadow', -- floating window border config
|
border = 'shadow', -- floating window border config
|
||||||
--style = 'dark|light', -- filled automatically with your current editor background, you can override using glow json style
|
--style = 'dark|light', -- filled automatically with your current editor background, you can override using glow json style
|
||||||
|
|
Loading…
Reference in a new issue