File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 7676--- @nodoc
7777local api = {
7878 commands = require (" nvim-tree._meta.api.commands" ),
79- decorator = require (" nvim-tree._meta.api_decorator " ),
79+ decorator = require (" nvim-tree._meta.api.decorator " ),
8080 events = require (" nvim-tree._meta.api.events" ),
8181 filter = require (" nvim-tree._meta.api.filter" ),
8282 fs = require (" nvim-tree._meta.api.fs" ),
Original file line number Diff line number Diff line change 33--- @field protected enabled boolean
44--- @field protected highlight_range nvim_tree.api.decorator.highlight_range
55--- @field protected icon_placement nvim_tree.api.decorator.icon_placement
6- local Decorator = require (" nvim-tree._meta.api_decorator " ).Decorator :extend ()
6+ local Decorator = require (" nvim-tree._meta.api.decorator " ).Decorator :extend ()
77
88--- TODO #3241 maybe create an internal decorator class and lose the UserDecorator
99--- @class (exact ) DecoratorArgs
You can’t perform that action at this time.
0 commit comments