You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/nvim-tree/_meta/config.lua
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,6 @@ error("Cannot require a meta file")
11
11
---
12
12
---When a value is not present/nil, the default will be used.
13
13
---
14
-
---They can be validated by |lsp| when passed directly e.g.
15
-
---```lua
16
-
--- require("nvim-tree").setup({
17
-
--- hijack_cursor = true,
18
-
--- })
19
-
---```
20
-
---
21
-
---or as a typed variable e.g.
22
-
---```lua
23
-
--- ---@typenvim_tree.config
24
-
--- local config = {
25
-
--- hijack_cursor = true,
26
-
--- }
27
-
--- require("nvim-tree").setup(config)
28
-
---```
29
14
---{on_attach} Runs when creating the nvim-tree buffer. Use this to set your [nvim-tree-mappings]. When not a function, [nvim-tree-mappings-default] will be used.
30
15
---
31
16
---{hijack_cursor} keep the cursor on the first letter of the filename when moving in the tree.
0 commit comments