diff options
author | self <george@gabbott.dev> | 2022-10-19 16:06:49 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-10-19 16:06:49 +0100 |
commit | e744ee934128bb89b2a9c512086e63bb15344703 (patch) | |
tree | e69e1da52e140dd76b108089fdcc9eec091237e5 | |
parent | dd2a3e4d473f686db221552ad05b8bcc6e97f51f (diff) |
Added fzf
-rwxr-xr-x | init.vim | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |