markdown preview

This commit is contained in:
Christoph J. Scherr 2023-05-07 15:48:47 +02:00
parent 04d73fcfc8
commit 3e6fb797d7
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Plug 'goolord/alpha-nvim'
Plug 'nvim-tree/nvim-web-devicons'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }
call plug#end()