From fb34ca6456bc407bfad26ceb3c47e054d27aed7d Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 14 Oct 2021 20:10:30 +0200 Subject: Vim added vim-repeat, binding update, switched back to indent-blankline --- .config/nvim/lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/nvim/lua/plugins.lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 5ec796c..ad31585 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -5,6 +5,7 @@ require('packer').startup(function() use 'tomasiser/vim-code-dark' use 'tpope/vim-fugitive' use 'tpope/vim-surround' + use 'tpope/vim-repeat' use 'ThePrimeagen/vim-be-good' use 'neovim/nvim-lspconfig' use 'hrsh7th/nvim-cmp' @@ -17,7 +18,7 @@ require('packer').startup(function() use 'mhinz/vim-startify' use "akinsho/toggleterm.nvim" use "ray-x/lsp_signature.nvim" - use "Yggdroot/indentLine" + use "lukas-reineke/indent-blankline.nvim" use { 'nvim-telescope/telescope.nvim', -- cgit v1.2.3-70-g09d2