From 0081c986440ebb64c11327613a29c103a232e038 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 4 Feb 2025 15:52:22 +0100 Subject: [PATCH] remove tablemode --- lua/plugins/orgmode.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/orgmode.lua b/lua/plugins/orgmode.lua index 64d236c..f98fcbc 100644 --- a/lua/plugins/orgmode.lua +++ b/lua/plugins/orgmode.lua @@ -41,5 +41,4 @@ return { end, }, { 'akinsho/org-bullets.nvim', config = true }, - { 'dhruvasagar/vim-table-mode' }, }