Last active
July 28, 2020 05:04
-
-
Save yuki-yano/80683f786a00f3d7268a50ac2b164eb3 to your computer and use it in GitHub Desktop.
fzf-preview minimal settings
This file contains hidden or 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
| 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