add hugo stuff and remove auto-folding

This commit is contained in:
Barak Michener 2020-06-16 12:11:29 -07:00
parent 6841031dea
commit 149edc1d43

4
.vimrc
View file

@ -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 <silent> gd <Plug>(coc-definition)
@ -408,7 +410,7 @@ let g:UltiSnipsJumpBackwardTrigger="<Leader><s-,>"
"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