From 338e1e48e6bb5e57225506e86d4112feabe2ae49 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 7 Sep 2023 21:14:38 -0400 Subject: nvim: remove EVEN MORE plugins (whoa) --- .config/nvim/lua/plugins/editor.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/nvim/lua/plugins/editor.lua') diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua index 21f5cdf..4dde1dc 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -1,6 +1,5 @@ return { + { "ap/vim-buftabline", event = "VeryLazy" }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, - { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, - { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, } -- cgit v1.2.3