From e744ee934128bb89b2a9c512086e63bb15344703 Mon Sep 17 00:00:00 2001 From: self Date: Wed, 19 Oct 2022 16:06:49 +0100 Subject: Added fzf --- init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 73be290..0989928 100755 --- a/init.vim +++ b/init.vim @@ -170,7 +170,7 @@ let g:lightline = { \ } \ } -" For Rust development +" Various LSP plugins Plug 'hrsh7th/nvim-cmp' " Completion framework Plug 'hrsh7th/cmp-nvim-lsp' " LSP completion source for nvim-cmp Plug 'hrsh7th/cmp-vsnip' " Snippet completion source for nvim-cmp @@ -192,6 +192,7 @@ Plug 'jackguo380/vim-lsp-cxx-highlight' Plug 'nvim-lua/popup.nvim' Plug 'nvim-lua/plenary.nvim' Plug 'nvim-telescope/telescope.nvim' +Plug 'junegunn/fzf' call plug#end() " <- vim-plug -- cgit v1.2.1