glow markdown previews

This commit is contained in:
Noah Masur
2021-11-15 11:17:17 -05:00
parent 7a9e9b75c0
commit 06a455fcf4
3 changed files with 6 additions and 2 deletions

View File

@ -115,6 +115,9 @@ require('packer').startup(function(use)
-- Markdown renderer / wiki notes
use 'vimwiki/vimwiki'
-- Markdown pretty view
use 'ellisonleao/glow.nvim'
-- Navigation
use {
'ggandor/lightspeed.nvim',