Init commit

This commit is contained in:
Archie Fox
2025-07-25 13:09:33 +03:00
commit 7f1d7f48dd
30 changed files with 1469 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
return {
"dhruvasagar/vim-table-mode",
ft = "markdown",
config = function()
vim.g.table_mode_corner = "|"
vim.g.table_mode_corner_corner = "|"
vim.g.table_mode_header_fillchar = "="
end,
}