From 98a9f00bd60629d5ab1de1765e81796be79255f5 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 9 Jul 2022 00:29:26 +0200 Subject: [PATCH] delete tabout --- lua/my_plugins.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index a87801c..39dd5e7 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -145,7 +145,6 @@ return require('packer').startup(function() after = 'nvim-treesitter', config = get_setup('neogen'), }) - use({ 'abecodes/tabout.nvim' }) use({ 'stevearc/dressing.nvim' }) use({ 'nvim-treesitter/nvim-treesitter-textobjects',