|
|
|
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
|
|
|
|
**look-up** - vim-plugin for sdcv |
|
|
|
|
|
|
|
|
|
## Licence |
|
|
|
|
|
|
|
|
|
Copyright (C) 2009-2015, Maksim Likhachev, <envrm@yandex.ru> |
|
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify |
|
|
|
@ -17,11 +18,13 @@
@@ -17,11 +18,13 @@
|
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
|
|
## Description |
|
|
|
|
|
|
|
|
|
This script looks up a word under cursor in a dictionary using custom utility |
|
|
|
|
such as sdcv (console version of StarDict program) and store the word into |
|
|
|
|
text file with extension ".dict" in current directory (optionally). |
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|
Put this file into your $HOME/.vim/plugin directory (our use |
|
|
|
|
Pathogen/Vundle/etc) and configure your own keymaps. |
|
|
|
|
|
|
|
|
@ -37,9 +40,11 @@
@@ -37,9 +40,11 @@
|
|
|
|
|
> let g:sdcv_save = 1 |
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|
|
|
:Dict(<word>) |
|
|
|
|
|
|
|
|
|
## Version |
|
|
|
|
|
|
|
|
|
1.0 |
|
|
|
|
|
|
|
|
|
## Screenshot |
|
|
|
|