Skip to content

Commit

Permalink
Disable folding for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Haelle committed Nov 5, 2019
1 parent 9a9b63d commit 66e6ced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/my_configs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ function! InsertTabWrapper()
endfunction
" remap Ctrl+n (vim omnifunc) to Tab
" inoremap <c-Space> <c-r>=InsertTabWrapper()<cr>

" Disable auto-folding in markdown
let g:vim_markdown_folding_disabled = 1

0 comments on commit 66e6ced

Please sign in to comment.