Skip to content

Commit

Permalink
ADD fzf vim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamut3D committed Apr 13, 2024
1 parent f736874 commit f1a2f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/vim/templates/.vimrc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Plug 'mzlogin/vim-markdown-toc'
" Plug 'davidhalter/jedi-vim'
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }

" Initialize plugin system
call plug#end()

Expand Down

0 comments on commit f1a2f53

Please sign in to comment.