Skip to content

Instantly share code, notes, and snippets.

@koizuss
Created August 13, 2016 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koizuss/6af6f8037611521405abfc179e6b0ee4 to your computer and use it in GitHub Desktop.
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
[neocomplete] foldmethod=expr
# 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