Aggiunto linter markdown.

This commit is contained in:
Emiliano Vavassori 2024-03-05 23:03:03 +01:00
parent c5a5c5f107
commit 78cf6ae031
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -61,6 +61,7 @@ Plug 'hashivim/vim-terraform'
Plug 'm-pilia/vim-mediawiki'
" Markdown with preview
Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' }
Plug 'weirongxu/coc-webview'
Plug 'weirongxu/coc-markdown-preview-enhanced', { 'do': 'yarn install --frozen-lockfile' }