From 7a8cd82dc32cf20090de3b1b2e25e6353d0d7c70 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sat, 12 Oct 2024 18:46:05 +0300 Subject: [PATCH] MD preview plugin --- nvim/lua/kickstart/plugins/glow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/kickstart/plugins/glow.lua b/nvim/lua/kickstart/plugins/glow.lua index 8767189..eb0b7c9 100644 --- a/nvim/lua/kickstart/plugins/glow.lua +++ b/nvim/lua/kickstart/plugins/glow.lua @@ -3,7 +3,7 @@ return { cmd = 'Glow', config = true, 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 border = 'shadow', -- floating window border config --style = 'dark|light', -- filled automatically with your current editor background, you can override using glow json style