You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
}
|