🚧 Vastly revamped nvim with fzf and ripgrep

This commit is contained in:
z3rOR0ne 2022-09-07 01:34:54 -07:00
parent 3b851eaefe
commit 22856a2223
7 changed files with 189 additions and 22 deletions

View file

@ -38,7 +38,8 @@ require('packer').startup(function()
use 'mattn/emmet-vim'
use 'norcalli/nvim-colorizer.lua'
use 'airblade/vim-gitgutter'
use 'ctrlpvim/ctrlp.vim' -- fuzzy find files
-- use 'ctrlpvim/ctrlp.vim' -- decent fuzzy find files
use 'junegunn/fzf.vim' -- better fuzzy find files
use 'preservim/nerdcommenter'
use 'prettier/vim-prettier'
use {'lewis6991/gitsigns.nvim'}