Skip to content

Commit ce10ee2

Browse files
committed
✨ Only load table mode on markdown files
Signed-off-by: Fredrik Klingenberg <fredrkl@gmail.com>
1 parent 0c040be commit ce10ee2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/fredrkl/plugins/vim-table-mode.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
return {
22
{
33
"dhruvasagar/vim-table-mode",
4+
ft = { "markdown" },
45
config = function()
56
-- Optional: Configure Table Mode
67
vim.g.table_mode_corner = '|'

0 commit comments

Comments
 (0)