Skip to content

Markdown table plugin for neovim written by rust.

Notifications You must be signed in to change notification settings

lhybdv/rmdt.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmdt.nvim

Markdown table plugin for neovim written by rust.

Use

Using lazy.nvim https://github.com/folke/lazy.nvim

{
    "lhybdv/rmdt.nvim",
    ft = 'markdown',
    keys = {
      { "<leader>tf", "<Cmd>RFormatTable<CR>", desc = "Format markdown table" },
      { "<leader>ts", "<Cmd>RColumnSwap<CR>", desc = "Markdown table column swap" },
    },
    config = true,
    build = "make mac_build_so"
},

Dependencies

nvim-oxi

Limitation

Currently only support macos, neovim-nightly

About

Markdown table plugin for neovim written by rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published