added markdown preview plugin
This commit is contained in:
parent
297f068dc3
commit
a8b6b58964
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ return require('packer').startup(function()
|
||||||
require('other').autosession()
|
require('other').autosession()
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
'ellisonleao/glow.nvim',
|
||||||
|
ft = { 'md', 'markdown', }
|
||||||
|
}
|
||||||
|
|
||||||
-- Conveniences
|
-- Conveniences
|
||||||
use { -- Undo tree
|
use { -- Undo tree
|
||||||
|
|
Loading…
Add table
Reference in a new issue