add vim-table-mode

This commit is contained in:
Thomas Ruoff
2024-10-02 08:04:22 +02:00
parent 601d5d0f43
commit 8f09f744cc

View File

@@ -41,4 +41,5 @@ return {
end, end,
}, },
{ 'akinsho/org-bullets.nvim', config = true }, { 'akinsho/org-bullets.nvim', config = true },
{ 'dhruvasagar/vim-table-mode' },
} }