Switch to official notational velocity vim plugin

It works with fzf, and will use smartcase for its search. Since the
setup is not using skim anymore, the official plugin will do.
This commit is contained in:
Marty Oehme 2019-11-17 23:03:17 +01:00
parent 634de692dd
commit 4cd3feda3a

View file

@ -41,7 +41,7 @@ Plug 'christoomey/vim-tmux-navigator'
" into / out of focus (requires number & relativenumber to be set) " into / out of focus (requires number & relativenumber to be set)
Plug 'jeffkreeftmeijer/vim-numbertoggle' Plug 'jeffkreeftmeijer/vim-numbertoggle'
" " Workflow " " editing Workflow
Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc with gc Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc with gc
Plug 'tommcdo/vim-exchange' " adds exchange operator with cx. common use: cxiw . on 2 words to switch Plug 'tommcdo/vim-exchange' " adds exchange operator with cx. common use: cxiw . on 2 words to switch
Plug 'tpope/vim-surround' " lets you change surrounding things with cs (or ds to del, ys to add) Plug 'tpope/vim-surround' " lets you change surrounding things with cs (or ds to del, ys to add)
@ -54,7 +54,7 @@ Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' } " show git status
" Fuzzy matching " Fuzzy matching
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' } Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
Plug 'marty-oehme/notational-fzf-vim', { 'branch': 'origin/switch-fzf-to-skim' } Plug 'alok/notational-fzf-vim'
Plug 'dyng/ctrlsf.vim' Plug 'dyng/ctrlsf.vim'
" Language Integration " Language Integration