aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-13 03:24:30 -0500
committertdro <tdro@users.noreply.github.com>2020-01-13 03:24:30 -0500
commit619aa830f109f1ff89f27b4a6b60ebf392c6e037 (patch)
tree432ae028c5763cdb5f2359aacb18c139f4e059da /.vim
parentbc9e0be5905dcb13cd945d160aaa0c89aa2ee353 (diff)
downloaddotfiles-619aa830f109f1ff89f27b4a6b60ebf392c6e037.tar.gz
dotfiles-619aa830f109f1ff89f27b4a6b60ebf392c6e037.tar.bz2
dotfiles-619aa830f109f1ff89f27b4a6b60ebf392c6e037.zip
.vim/plugins.vim: Enable fzf on Debian
Diffstat (limited to '.vim')
-rw-r--r--.vim/plugins.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 70b0b96..8efcdef 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -18,6 +18,9 @@ Plugin 'mcchrish/nnn.vim'
Plugin 'dense-analysis/ale'
Plugin 'tpope/vim-fugitive'
+" Enable fzf.vim on Debian
+silent! source /usr/share/doc/fzf/examples/fzf.vim
+
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required