Skip to content

Instantly share code, notes, and snippets.

@yuki-yano
Last active July 28, 2020 05:04
Show Gist options
  • Select an option

  • Save yuki-yano/80683f786a00f3d7268a50ac2b164eb3 to your computer and use it in GitHub Desktop.

Select an option

Save yuki-yano/80683f786a00f3d7268a50ac2b164eb3 to your computer and use it in GitHub Desktop.
fzf-preview minimal settings
call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'ryanoasis/vim-devicons'
call plug#end()
let g:coc_global_extensions = ['coc-fzf-preview']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment