diff --git a/.vimrc b/.vimrc index d40154e..86e36d1 100644 --- a/.vimrc +++ b/.vimrc @@ -203,6 +203,8 @@ Plug 'lervag/vimtex' Plug 'ncm2/float-preview.nvim' Plug 'tomasiser/vim-code-dark' +Plug 'robertbasic/vim-hugo-helper' + call plug#end() nmap gd (coc-definition) @@ -408,7 +410,7 @@ let g:UltiSnipsJumpBackwardTrigger="" "let g:miniBufExplForceSyntaxEnable = 1 " Markdown -let g:markdown_enable_folding = 1 +let g:markdown_enable_folding = 0 let g:markdown_enable_mappings = 0 let g:markdown_enable_spell_checking = 0 let g:markdown_enable_input_abbreviations = 0