Files
dotfiles/nvim/lua/plugins/table-mode.lua
2023-02-10 12:43:10 +01:00

6 lines
133 B
Lua

-- Table Mode for instant table creation
-- https://github.com/dhruvasagar/vim-table-mode
return {
"dhruvasagar/vim-table-mode",
}