kickstart.nvim/lua/custom/plugins/sort.lua

12 lines
238 B
Lua
Raw Normal View History

2024-04-30 17:00:47 -07:00
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
}