-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
可能是我更新系统或其他的原因,突然就触发不了了,排查了很久也没解决。
这是我的配置:
return {
"Kicamon/markdown-table-mode.nvim",
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
},
})
end,
}
OS: macos 15.3.1
nvim varsion: 0.10.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels