feat(nvim): add vim-table-mode

This commit is contained in:
Price Hiller 2023-09-25 15:36:24 -05:00
parent dfa83a6648
commit 4046254991
No known key found for this signature in database

View File

@ -0,0 +1,8 @@
return {
{
"dhruvasagar/vim-table-mode",
init = function ()
vim.g.table_mode_always_active = 1
end
}
}