From fe68554e903e3f3912d18662da81961b7fb8931b Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 24 Jul 2023 12:01:49 -0400 Subject: nvim: remove some more plugins --- .config/nvim/lua/plugins/editor.lua | 1 - 1 file changed, 1 deletion(-) (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 abd1b90..21f5cdf 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -1,5 +1,4 @@ return { - { "folke/todo-comments.nvim", event = { "BufReadPre", "BufNewFile" }, opts = {} }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, -- cgit v1.2.3