markdown comments displayed in text block; replace with lua comments (#1090)
This commit is contained in:
committed by
GitHub
parent
9eea0ca51d
commit
5c20f5a7d8
@@ -116,8 +116,7 @@ require'nvim-tree'.setup {
|
|||||||
|
|
||||||
-- setup with all defaults
|
-- setup with all defaults
|
||||||
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
|
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
|
||||||
require'nvim-tree'.setup {
|
require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
|
||||||
[//]: <> (BEGIN_DEFAULT_OPTS)
|
|
||||||
auto_close = false,
|
auto_close = false,
|
||||||
auto_reload_on_write = true,
|
auto_reload_on_write = true,
|
||||||
disable_netrw = false,
|
disable_netrw = false,
|
||||||
@@ -210,8 +209,7 @@ require'nvim-tree'.setup {
|
|||||||
git = false,
|
git = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[//]: <> (END_DEFAULT_OPTS)
|
} -- END_DEFAULT_OPTS
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## KeyBindings
|
## KeyBindings
|
||||||
|
|||||||
Reference in New Issue
Block a user