From e8e3cd6d81add0e330393b25ace34b53e8246674 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 5 May 2026 19:10:11 -0700 Subject: [PATCH] remove unnecessary plugins --- lua/custom/plugins/init.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 5b97024..2879c8d 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -76,17 +76,4 @@ return { end, {}) end, }, - - { - "davidmh/mdx.nvim", - config = true, - dependencies = { "nvim-treesitter/nvim-treesitter" } - }, - - { - "danymat/neogen", - config = true, - -- Uncomment next line if you want to follow only stable versions - version = "*" - } }