Skip to content

(WIP: no test files) Dictionary completion support for completor.vim

License

Notifications You must be signed in to change notification settings

masawada/completor-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

completor-dictionary

Dictionary completion support for completor.vim.

Install

Install completor.vim first.

For vim-plug

Plug 'masawada/completor-dictionary'

and write it in your .vimrc:

autocmd FileType * execute 'setlocal dictionary='.expand($HOME.'/.vim/dict/'.&filetype.'.dict')

then, put your dictionaries in $HOME/.vim/dict. The name must be of format filetype.dict.

About

(WIP: no test files) Dictionary completion support for completor.vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published