Tony Thayer-Osborne 4bc8257221
Updates
2025-04-11 13:53:10 -07:00

12 lines
238 B
Lua

return {
'sQVe/sort.nvim',
-- Optional setup for overriding defaults.
config = function()
require("sort").setup({
-- Input configuration here.
-- Refer to the configuration section below for options.
})
end
}