summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-10-19 16:06:49 +0100
committerself <george@gabbott.dev>2022-10-19 16:06:49 +0100
commite744ee934128bb89b2a9c512086e63bb15344703 (patch)
treee69e1da52e140dd76b108089fdcc9eec091237e5
parentdd2a3e4d473f686db221552ad05b8bcc6e97f51f (diff)
Added fzf
-rwxr-xr-xinit.vim3
1 files changed, 2 insertions, 1 deletions
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