From 6b1d4670835b9147cfc7c35bdc94d24cfbda7a4f Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 11 Jul 2023 19:14:56 -0400 Subject: nvim: remove a few 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 99c4647..c9a7900 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -3,7 +3,6 @@ return { { "folke/todo-comments.nvim", event = { "BufReadPre", "BufNewFile" }, opts = {} }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, - { "folke/neodev.nvim", ft = "lua", opts = {} }, { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, { "iamcco/markdown-preview.nvim", -- cgit v1.2.3