We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b1eaf commit f673c04Copy full SHA for f673c04
README.md
@@ -73,6 +73,10 @@ There are just a few global variables (options) you may set in the *.vimrc* file
73
The list of DICT servers can be found on the Internet, e.g.
74
[here](http://luetzschena-stahmeln.de/dictd/index.php).
75
76
+ If you have a local server with a dict deamon, you can use:
77
+
78
+ let g:dict_hosts = [["localhost", ["*"]]]
79
80
* `g:dict_leave_pw`
81
82
If set to `1` **vim-dict** leaves the preview window (the focus remains on the current window). By default
0 commit comments