From 149edc1d438c2666ff29cb459d8fe2d0e09c49a9 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 16 Jun 2020 12:11:29 -0700 Subject: [PATCH] add hugo stuff and remove auto-folding --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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