Skip to content

Instantly share code, notes, and snippets.

@nefo-mi
Created March 8, 2012 04:15
Show Gist options
  • Save nefo-mi/1998620 to your computer and use it in GitHub Desktop.
Save nefo-mi/1998620 to your computer and use it in GitHub Desktop.
neocomplcacheのバージョンを上げてTABを押したらエラーがでちゃった場合の設定 ref: http://qiita.com/items/3064
imap <expr><TAB> neocomplcache#sources#snippets_complete#expandable() ? "\<Plug>(neocomplcache_snippets_expand)" : pumvisible() ? "\<C-n>" : "\<TAB>"
inoremap <expr><TAB> pumvisible() ? "\<C-n>" : "\<TAB>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment