Nick
Results
2
comments of
Nick
I moved some things around in my vimrc and now things are working correctly. `filetype plugin indent on` needs to be above `syntax enable` or `syntax on` Here is the...
@danawoodman The only other thing I did is disable folding with `let g:vim_markdown_folding_disabled=1`, which I also added before `syntax enable`. I should definitely mention that using `o` or `O` to...