Created
August 13, 2016 23:14
-
-
Save koizuss/6af6f8037611521405abfc179e6b0ee4 to your computer and use it in GitHub Desktop.
neocomplete + vim-markdown で 「foldmethod=expr」エラーを解消 ref: http://qiita.com/koizuss@github/items/db0c354b6ed7ef019ae3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[neocomplete] foldmethod=expr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# markdown | |
[[plugins]] | |
repo = 'plasticboy/vim-markdown' | |
on_ft = 'markdown' | |
hook_add = ''' | |
let g:vim_markdown_folding_disabled = 1 | |
''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment