Init commit
This commit is contained in:
9
lua/plugins/vim-table-mode.lua
Normal file
9
lua/plugins/vim-table-mode.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user