add hugo stuff and remove auto-folding
This commit is contained in:
parent
6841031dea
commit
149edc1d43
1 changed files with 3 additions and 1 deletions
4
.vimrc
4
.vimrc
|
|
@ -203,6 +203,8 @@ Plug 'lervag/vimtex'
|
||||||
Plug 'ncm2/float-preview.nvim'
|
Plug 'ncm2/float-preview.nvim'
|
||||||
Plug 'tomasiser/vim-code-dark'
|
Plug 'tomasiser/vim-code-dark'
|
||||||
|
|
||||||
|
Plug 'robertbasic/vim-hugo-helper'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
nmap <silent> gd <Plug>(coc-definition)
|
nmap <silent> gd <Plug>(coc-definition)
|
||||||
|
|
@ -408,7 +410,7 @@ let g:UltiSnipsJumpBackwardTrigger="<Leader><s-,>"
|
||||||
"let g:miniBufExplForceSyntaxEnable = 1
|
"let g:miniBufExplForceSyntaxEnable = 1
|
||||||
|
|
||||||
" Markdown
|
" Markdown
|
||||||
let g:markdown_enable_folding = 1
|
let g:markdown_enable_folding = 0
|
||||||
let g:markdown_enable_mappings = 0
|
let g:markdown_enable_mappings = 0
|
||||||
let g:markdown_enable_spell_checking = 0
|
let g:markdown_enable_spell_checking = 0
|
||||||
let g:markdown_enable_input_abbreviations = 0
|
let g:markdown_enable_input_abbreviations = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue