Skip to content

tokorom/swift-dict.vim

Repository files navigation

swift-dict.vim

swift keyword dictionary for vim

.vimrc Samples

with default complete

NeoBundle 'tokorom/swift-dict.vim'

set complete+=k

with neocomplete

let g:swift_dict_with_neocomplete = 1

with asyncomplete.vim

call asyncomplete#register_source({
  \ 'name': 'dictionary',
  \ 'allowlist': ['*'],
  \ 'completor': function('asyncomplete#sources#dictionary#completor'),
  \ })

About

Swift keywords dictionary for vim

Resources

Stars

Watchers

Forks

Packages

No packages published