markdown comments displayed in text block; replace with lua comments (#1090)

This commit is contained in:
Alexander Courtis 2022-03-20 23:22:11 +11:00 committed by GitHub
parent 9eea0ca51d
commit 5c20f5a7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,8 +116,7 @@ require'nvim-tree'.setup {
-- setup with all defaults
-- each of these are documented in `:help nvim-tree.OPTION_NAME`
require'nvim-tree'.setup {
[//]: <> (BEGIN_DEFAULT_OPTS)
require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
auto_close = false,
auto_reload_on_write = true,
disable_netrw = false,
@ -210,8 +209,7 @@ require'nvim-tree'.setup {
git = false,
},
},
[//]: <> (END_DEFAULT_OPTS)
}
} -- END_DEFAULT_OPTS
```
## KeyBindings