mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add back table mode :D
This commit is contained in:
parent
c812b7834c
commit
a9e9fc27ce
2 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue