Skip to content

Commit 73a0894

Browse files
committed
docs: Update README
1 parent d675513 commit 73a0894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This is the default configuration that can be overwritten, also in parts, by you
8585
enable_key_mappings = true,
8686
enable_lua_snip = false,
8787
build = { additional_args = {} },
88-
kinds = { show_filepath = true, show_line = true, exclude_pattern = {} },
88+
kinds = { auto_close = false, show_filepath = true, show_line = true, exclude_pattern = {} },
8989
-- built-in commands
9090
run = {
9191
validate = {
@@ -167,6 +167,7 @@ The output consists of `<buffer-name> |<line-nr>| <kind> <name> <namespace>`. Cl
167167

168168
```lua
169169
kinds = {
170+
auto_close = false,
170171
show_filepath = false,
171172
show_line = false,
172173
},

0 commit comments

Comments
 (0)