Add glow: the markdown previewer
Currently using my own fork, will change to upstream once the PR is accepted.
This commit is contained in:
parent
931400b709
commit
4b3e0236e0
@ -28,3 +28,4 @@ global.neoformat_basic_format_trim = 1
|
||||
|
||||
-- leader settings
|
||||
global.mapleader = ' '
|
||||
global.glow_border = "rounded"
|
||||
|
@ -162,4 +162,9 @@ return require('packer').startup(function(use)
|
||||
|
||||
-- integrations
|
||||
use {"tpope/vim-fugitive", cmd = "G"}
|
||||
use {
|
||||
"JuanCldCmt/glow.nvim",
|
||||
branch = 'main',
|
||||
cmd = {"Glow", "GlowInstall"}
|
||||
}
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user