Фикс форматтера md таблиц
This commit is contained in:
parent
b8249cabc4
commit
913d9fcfb3
1 changed files with 2 additions and 12 deletions
|
@ -105,19 +105,9 @@ require('lazy').setup({
|
||||||
|
|
||||||
-- Autoformat markdown tables
|
-- Autoformat markdown tables
|
||||||
{
|
{
|
||||||
'Kicamon/markdown-table-mode.nvim',
|
'Kicamon/markdown-table-mode.nvim', -- Если не работает, то можно прописать `:Mtm`. Мб поможет
|
||||||
config = function()
|
config = function()
|
||||||
require('markdown-table-mode').setup {
|
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
|
|
||||||
},
|
|
||||||
}
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue