This repository was archived by the owner on May 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments