We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3954b commit 66c1ed6Copy full SHA for 66c1ed6
lua/nvim-tree/config.lua
@@ -4,11 +4,11 @@
4
--Short names like g are used rather than getters to keep code brief
5
local M = {
6
---Immutable default config
7
- ---@type nvim_tree.config
+ ---@type nvim_tree.config
8
d = {},
9
10
---Global current config, nil until setup called, mutable
11
- ---@type nvim_tree.config?
+ ---@type nvim_tree.config?
12
g = nil,
13
14
---Immutable raw user config, nil when no user config passed to setup
0 commit comments