diff --git a/init.vim b/init.vim index 192f773..7951d70 100644 --- a/init.vim +++ b/init.vim @@ -46,6 +46,7 @@ Plug 'neoclide/coc-yaml', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' } Plug 'marlonfan/coc-phpls', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' } +Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' } " }}} " html / templates{{{