chusiang / vim-sdcv

Searching word with sdcv at Vim.

Home Page:http://note.drx.tw/2013/10/working-on-gnu-linux-16-vim-sdcv.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-sdcv

The plugin is fork from Yunt, and it can search word in Vim, but it`s need sdcv and dictionaries. (more)

sdcv at Vim

▲ use sdcv in Vim.

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

  • Pathogen
  • git clone https://github.com/chusiang/vim-sdcv ~/.vim/bundle/vim-sdcv
  • NeoBundle
  • NeoBundle 'chusiang/vim-sdcv'
  • Vundle
  • Bundle 'chusiang/vim-sdcv'
  • manual
  • copy all of the files into your ~/.vim directory

Configuration

Mapping for quick search word.

nmap <leader>w :call SearchWord()<CR>

File Structure

├── plugin
│   └── sdcv.vim
└── README.md

About

Searching word with sdcv at Vim.

http://note.drx.tw/2013/10/working-on-gnu-linux-16-vim-sdcv.html


Languages

Language:Vim Script 100.0%