All Projects → maralla → completor-swift

maralla / completor-swift

Licence: other
Swift code completion for completor.vim

Programming Languages

python
139335 projects - #7 most used programming language
swift
15916 projects
Vim Script
2826 projects
Makefile
30231 projects

Projects that are alternatives of or similar to completor-swift

Completor.vim
Async completion framework made ease.
Stars: ✭ 1,158 (+7620%)
Mutual labels:  vim-plugin, code-completion
Alchemist.vim
Elixir Integration Into Vim
Stars: ✭ 632 (+4113.33%)
Mutual labels:  vim-plugin, code-completion
dockerfile-language-service
Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
Stars: ✭ 15 (+0%)
Mutual labels:  code-completion
vim-colors-pencil
Light (& dark) color scheme inspired by iA Writer
Stars: ✭ 564 (+3660%)
Mutual labels:  vim-plugin
SimpleSnippets.vim
Simple snippet support for your Vim and Neovim
Stars: ✭ 86 (+473.33%)
Mutual labels:  vim-plugin
vim-terminal
A Vim plugin that opens an interactive terminal in a buffer for running programs
Stars: ✭ 45 (+200%)
Mutual labels:  vim-plugin
clojure.vim
Clojure syntax highlighting for Vim and Neovim.
Stars: ✭ 23 (+53.33%)
Mutual labels:  vim-plugin
fzf-hoogle.vim
(neo)vim plugin that uses fzf for previewing hoogle search results
Stars: ✭ 37 (+146.67%)
Mutual labels:  vim-plugin
markdown-preview-sync
A quasi real-time vim markdown preview plugin | 第一款基于Java的Vim Markdown预览插件
Stars: ✭ 56 (+273.33%)
Mutual labels:  vim-plugin
fzf-preview.vim
fzf ❤️ preview
Stars: ✭ 49 (+226.67%)
Mutual labels:  vim-plugin
SublimePapyrus
A Sublime Text 2 and 3 package for the Papyrus scripting language.
Stars: ✭ 44 (+193.33%)
Mutual labels:  code-completion
bolt.nvim
⚡ Ultrafast multi-pane file manager for Neovim with fuzzy matching
Stars: ✭ 100 (+566.67%)
Mutual labels:  vim-plugin
vim-lamp
💡Language Server Protocol client for Vim.
Stars: ✭ 34 (+126.67%)
Mutual labels:  vim-plugin
dps-dial.vim
Increment/decrement plugin using denops.vim
Stars: ✭ 21 (+40%)
Mutual labels:  vim-plugin
onestatus
an api to customize tmux from vim
Stars: ✭ 82 (+446.67%)
Mutual labels:  vim-plugin
nan vimrc
A Vim configuration for SSH client to edit on a remote Linux host.
Stars: ✭ 15 (+0%)
Mutual labels:  vim-plugin
vim-commentor
Toggling comments became easier!
Stars: ✭ 29 (+93.33%)
Mutual labels:  vim-plugin
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1593.33%)
Mutual labels:  vim-plugin
vim-high
Vim plugin: All-in-one highlighter, highlight custom pattern like indentation, inactive window, word under the cursor
Stars: ✭ 20 (+33.33%)
Mutual labels:  vim-plugin
vim-smt2
A VIM plugin that adds support for the SMT-LIB2 format (including Z3's extensions)
Stars: ✭ 35 (+133.33%)
Mutual labels:  vim-plugin

completor-swift

Swift code completion for completor.vim.

Install

Install completor.vim first.

For vim-plug

Plug 'maralla/completor-swift'

To enable swift completion, swift3 should be installed. Then go to the root directory of completor-swift and run:

make

Tips

Use <TAB> To jump to placeholder:

imap <buffer> <tab>  <Plug>CompletorSwiftJumpToPlaceholder
map  <buffer> <tab>  <Plug>CompletorSwiftJumpToPlaceholder
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].