Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit e3da040

Browse files
update: README.md
1 parent d6bd4dc commit e3da040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Here is the default configuration:
6767
width = 100,
6868
border = "rounded",
6969
},
70-
wrap = false, -- text wrap
70+
wrap = false, -- text wrap, only applies to floating window
7171
ensure_installed = {}, -- get automatically installed
7272
}
7373
```
@@ -81,14 +81,14 @@ Available commands:
8181
- `DevdocsUninstall`: Uninstall documentation, 0-n args.
8282
- `DevdocsOpen`: Open documentation in a normal buffer, 0 or 1 arg.
8383
- `DevdocsOpenFloat`: Open documentation in a floating window, 0 or 1 arg.
84-
- `DevdocsUpdate`: Update documentation, 1-n args.
84+
- `DevdocsUpdate`: Update documentation, 0-n args.
8585
- `DevdocsUpdateAll`: Update all documentations.
8686

87-
Commands support completion.
87+
Commands support completion, and the Telescope picker will be used when no argument is provided.
8888

8989
> ℹ️ **NOTE**:<br>
9090
> At the moment, Telescope's Previewer is available only when opening a specific documentation.
91-
> E.g. `:DevdocsOpen javascript`
91+
> E.g. `:DevdocsOpen javascript`
9292
9393
## TODO
9494

0 commit comments

Comments
 (0)