From 56813418df67f62ec6c446245110610b514bd301 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 5 Jul 2024 20:23:46 +0100 Subject: Removed comments plugin as now builtin --- .config/nvim/lua/plugins.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.config/nvim/lua/plugins.lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 1fbc6ec..14e45a2 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -98,17 +98,12 @@ return require('packer').startup({function(use) }, } - -- Comment - use { - 'numToStr/Comment.nvim', - } - -- lsp_lines use { "https://git.sr.ht/~whynothugo/lsp_lines.nvim", } - -- Comment + -- Bufdelete use { 'famiu/bufdelete.nvim', } -- cgit v1.2.3