dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c9a9b251fb4eea8be9a8d31128bcbc4707625555
parent 75f4747fb48921798d3ef84363c4fa42aa61820b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 19 Nov 2020 12:59:50 +0100

vim: make fzf always load

I use it all the time anyway.


Former-commit-id: cc73a1003347a1e79bc5b591caae298e0d3e68f7
Diffstat:
Mvim/vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -76,8 +76,8 @@ Plug 'gastonsimone/vim-dokumentary' Plug 'romainl/vim-devdocs', { 'on': 'DD' } " Fuzzy finder in vim -Plug 'junegunn/fzf', { 'dir': '$HOME/.dotfiles/tools/fzf', 'do': './install --all --xdg --no-fish', 'on': ['FZF', 'Tags', 'Buffers', 'Files', 'Helptags', 'Lines', 'Ag', 'BLines'] } -Plug 'junegunn/fzf.vim', { 'on': ['FZF', 'Tags', 'Buffers', 'Files', 'Helptags', 'Lines', 'Ag', 'Filetypes', 'Commands'] } +Plug 'junegunn/fzf', { 'dir': '$HOME/.dotfiles/tools/fzf', 'do': './install --all --xdg --no-fish'} +Plug 'junegunn/fzf.vim' " Better abbrevation and substitution Plug 'tpope/vim-abolish'