add back table mode :D

This commit is contained in:
JesseBot 2023-07-10 10:53:50 +02:00
parent c812b7834c
commit a9e9fc27ce
2 changed files with 12 additions and 2 deletions

View file

@ -14,6 +14,14 @@ vim.keymap.set(
{ desc = "🌳 Neotree - a file browser tree for neovim" }
)
-- ---------------------- markdown table formatting -------------------------
vim.keymap.set(
'n',
'<leader>tm',
'<cmd>TableModeToggle<cr>',
{ desc = "󰓱 Table Mode - format your markdown tables as you go" }
)
-- ------------------------ terminal windows ----------------------------
-- CTRL+t keybindings to toggle terminal

View file

@ -231,8 +231,10 @@ local plugins = {
'folke/twilight.nvim'
},
-- for markdown tables -- maybe not working?
-- {'dhruvasagar/vim-table-mode'},
--
{
'dhruvasagar/vim-table-mode'
},
{
'towolf/vim-helm',
ft = {'helm'},