Updates
This commit is contained in:
parent
67d9612c6a
commit
4bc8257221
6 changed files with 266 additions and 0 deletions
11
lua/custom/plugins/sort.lua
Normal file
11
lua/custom/plugins/sort.lua
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue