Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created January 3, 2017 15:50
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 nhooyr/a561282db81dc204fee6d35a16c57322 to your computer and use it in GitHub Desktop.
Save nhooyr/a561282db81dc204fee6d35a16c57322 to your computer and use it in GitHub Desktop.
[[plugins]]
repo = 'dag/vim-fish'
hook_add = '''
let g:deoplete#omni#input_patterns.fish = '\w+'
augroup fish_ft
autocmd!
autocmd FileType fish setlocal keywordprg=:Man
augroup END
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment