Files
dotfiles/nix/home/neovim/nvim/lua/plugins/table-mode.lua
2024-07-31 11:36:56 +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",
}