Skip to content

chusiang/vim-sdcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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