Files
dotfiles/config/nvim/lua/plugins/table-mode.lua
2024-08-09 12:27:45 +02:00

6 lines
133 B
Lua

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