feat(nvim): add vim-table-mode
This commit is contained in:
parent
dfa83a6648
commit
4046254991
8
dots/.config/nvim/lua/plugins/configs/vim-table-mode.lua
Normal file
8
dots/.config/nvim/lua/plugins/configs/vim-table-mode.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"dhruvasagar/vim-table-mode",
|
||||||
|
init = function ()
|
||||||
|
vim.g.table_mode_always_active = 1
|
||||||
|
end
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user