This commit is contained in:
Tony Thayer-Osborne 2024-04-30 17:00:47 -07:00
parent 67d9612c6a
commit 4bc8257221
No known key found for this signature in database
GPG key ID: 4750FF483E701B75
6 changed files with 266 additions and 0 deletions

View file

@ -0,0 +1,11 @@
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
}