We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c040be commit ce10ee2Copy full SHA for ce10ee2
1 file changed
lua/fredrkl/plugins/vim-table-mode.lua
@@ -1,6 +1,7 @@
1
return {
2
{
3
"dhruvasagar/vim-table-mode",
4
+ ft = { "markdown" },
5
config = function()
6
-- Optional: Configure Table Mode
7
vim.g.table_mode_corner = '|'
0 commit comments