Add glow: the markdown previewer

Currently using my own fork, will change to upstream once
the PR is accepted.
This commit is contained in:
juan 2022-05-09 11:25:29 +08:00
parent 931400b709
commit 4b3e0236e0
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
2 changed files with 7 additions and 1 deletions

View File

@ -28,3 +28,4 @@ global.neoformat_basic_format_trim = 1
-- leader settings -- leader settings
global.mapleader = ' ' global.mapleader = ' '
global.glow_border = "rounded"

View File

@ -162,4 +162,9 @@ return require('packer').startup(function(use)
-- integrations -- integrations
use {"tpope/vim-fugitive", cmd = "G"} use {"tpope/vim-fugitive", cmd = "G"}
use {
"JuanCldCmt/glow.nvim",
branch = 'main',
cmd = {"Glow", "GlowInstall"}
}
end) end)