From c1131140e1d2d6761364cfd7cdfcd21ee0923b7b Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 16 Jan 2023 12:06:03 -0500 Subject: [PATCH] =?UTF-8?q?more=20tpope=20=F0=9F=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/ajet/packer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/ajet/packer.lua b/.config/nvim/lua/ajet/packer.lua index 6c2b7fb..e843170 100644 --- a/.config/nvim/lua/ajet/packer.lua +++ b/.config/nvim/lua/ajet/packer.lua @@ -6,6 +6,7 @@ return require('packer').startup(function(use) 'nvim-telescope/telescope.nvim', tag = '0.1.0', requires = { { 'nvim-lua/plenary.nvim' } } } + use('tpope/vim-repeat') --use('EdenEast/nightfox.nvim') use({ 'nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' } }) use('nvim-treesitter/playground')