Фикс форматтера md таблиц

This commit is contained in:
urec56 2025-07-12 23:08:50 +03:00
parent b8249cabc4
commit 913d9fcfb3

View file

@ -105,19 +105,9 @@ require('lazy').setup({
-- Autoformat markdown tables
{
'Kicamon/markdown-table-mode.nvim',
'Kicamon/markdown-table-mode.nvim', -- Если не работает, то можно прописать `:Mtm`. Мб поможет
config = function()
require('markdown-table-mode').setup {
filetype = {
'*.md',
},
options = {
insert = true, -- when typing "|"
insert_leave = true, -- when leaving insert
pad_separator_line = false, -- add space in separator line
alig_style = 'default', -- default, left, center, right
},
}
require('markdown-table-mode').setup()
end,
},