add vim-sleuth and fzf plugins

This commit is contained in:
Joel Beckmeyer
2025-09-22 10:13:04 -04:00
parent 00afa5a750
commit e794c750f0

View File

@@ -14,6 +14,12 @@ return require('packer').startup(function(use)
-- LSP / COMPLETION --
use {'neoclide/coc.nvim', branch = "release"}
-- automatically adjust tab based on current file
use 'tpope/vim-sleuth'
use 'junegunn/fzf'
use 'junegunn/fzf.vim'
-- Gruvbox colorscheme
use 'ellisonleao/gruvbox.nvim'