Skip to content

触发不了了 #19

@Hello-LuisWu

Description

@Hello-LuisWu

可能是我更新系统或其他的原因,突然就触发不了了,排查了很久也没解决。

这是我的配置:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions