We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fee44f commit 59951fcCopy full SHA for 59951fc
lua/nvim-tree/explorer/sorters.lua
@@ -4,7 +4,7 @@ local C = {}
4
local Sorter = {}
5
6
function Sorter:new(opts)
7
- local o = {} -- create object if user does not provide one
+ local o = {}
8
setmetatable(o, self)
9
self.__index = self
10
o.config = vim.deepcopy(opts.sort)
0 commit comments