kickstart.nvim/lua/custom/plugins/easy-tables.lua
2024-07-27 14:53:18 -04:00

10 lines
165 B
Lua

return {
lazy = false,
'Myzel394/easytables.nvim',
config = function()
require('easytables').setup {
-- Your configuration comes here
}
end,
}