chore(doc): improve help by allowing accessing nested options (#1246)
This commit is contained in:
@@ -115,6 +115,7 @@ require'nvim-tree'.setup {
|
||||
|
||||
-- setup with all defaults
|
||||
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
|
||||
-- nested options are documented by accessing them with `.` (eg: `:help nvim-tree.view.mappings.list`).
|
||||
require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
|
||||
auto_reload_on_write = true,
|
||||
disable_netrw = false,
|
||||
|
||||
Reference in New Issue
Block a user