Skip to content

Commit f673c04

Browse files
committed
Add info about local dict daemon
Thanks to Luciano Kruk :).
1 parent a4b1eaf commit f673c04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ There are just a few global variables (options) you may set in the *.vimrc* file
7373
The list of DICT servers can be found on the Internet, e.g.
7474
[here](http://luetzschena-stahmeln.de/dictd/index.php).
7575

76+
If you have a local server with a dict deamon, you can use:
77+
78+
let g:dict_hosts = [["localhost", ["*"]]]
79+
7680
* `g:dict_leave_pw`
7781

7882
If set to `1` **vim-dict** leaves the preview window (the focus remains on the current window). By default

0 commit comments

Comments
 (0)