kickstart.nvim/lua/custom/plugins/easy-tables.lua

10 lines
165 B
Lua

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