All Projects → chusiang → vim-sdcv

chusiang / vim-sdcv

Licence: other
Searching word with sdcv at Vim.

Programming Languages

Vim Script
2826 projects

Labels

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].