Lobsters
- bash-completion for vim command https://github.com/SuperSandro2000/vim-bash-completion 3 comments vim
- Learn Vim Auto-Complete https://github.com/steveshogren/10-minute-vim-exercises/blob/master/book_sample_ctrln.md 4 comments programming
- Pydiction : Tab-complete your Python code in Vim. http://www.vim.org/scripts/script.php?script_id=850 12 comments programming
- cmp lose all completions for vim api https://github.com/folke/neodev.nvim 7 comments neovim
- the most complete vim cheatsheet https://github.com/ibhagwan/vim-cheatsheet 19 comments vim
- Vim VS Neovim for complete beginner in 2020? https://etc.my 30 comments vim
- Fuzzy completion in Vim https://nondev.io/Fuzzy-completion-in-Vim 9 comments vim
- Vim, You Complete Me http://robots.thoughtbot.com/vim-you-complete-me 14 comments vim
- Vim, you complete me http://robots.thoughtbot.com/post/27041742805/vim-you-complete-me 21 comments vim
- Code Completion with VIM 7 http://blogs.gnome.org/lharris/2008/07/20/code-completion-with-vim-7/ 11 comments vim
- Update on Wildgrass, a Completely Green Colorscheme for Vim I'm Working On https://github.com/mathofprimes/wildgrass 7 comments vim
- Include problems with vim and clang_complete https://github.com/tweekmonster/deoplete-clang2 3 comments vim
- A guide to LSP (auto completion) in VIM https://langserver.org/ 64 comments vim
- JS Auto Completion in Vim with YouCompleteMe and Tern http://tilvim.com/2013/08/21/js-autocomplete.html 5 comments vim
- Magic Haskell code completions in Vim http://coder.bsimmons.name/blog/2011/05/magic-haskell-code-completions-in-vim/ 4 comments haskell
- Let Vim do the typing - completion without plugins https://georgebrock.github.io/talks/vim-completion/ 12 comments vim
- R completion for Neovim and vim 8 users https://www.reddit.com/r/rstats/comments/a2cfxq/r_completion_for_neovim_and_vim_8_users/ 18 comments rstats
- Any good, “complete” vim binary ppa’s (or just binaries in general)? https://en.wikipedia.org/wiki/Personal_Package_Archive 4 comments vim
- Code completion (IntelliSense) for C++ in Vim with OmniCppComplete http://design.liberta.co.za/articles/code-completion-intellisense-for-cpp-in-vim-with-omnicppcomplete/ 7 comments programming
- Eclim: Using Eclipse for navigation and completion in Vim. http://eclim.org/?q 4 comments programming
- Evil: a nearly complete vim implementation in Emacs http://gitorious.org/evil/pages/Home 52 comments vim
- Using Vim as a Complete Ruby on Rails IDE http://biodegradablegeek.com/2007/12/13/using-vim-as-a-complete-ruby-on-rails-ide/ 11 comments programming
- Keeping company with hippies: another look at vim-like line completion https://github.com/tungd/dotfiles-lean/blob/master/.emacs.d/vendor/company-buffer-line.el 5 comments emacs
- vim-customcpt: Create custom completion menus with json https://github.com/jsit/vim-customcpt 11 comments vim
- Vim: complete C++ accurately, pulling informations from the compiler, with gccsense and clang_complete http://chm.duquesne.free.fr/blog/?p=181 9 comments vim
- Merlin: Context sensitive completion for OCaml in Vim and Emacs https://github.com/ocaml/merlin 2 comments emacs
- Update Vim bult-in CSS complete function to latest CSS standard. https://github.com/othree/csscomplete.vim 6 comments vim
- Somehow, I made it a year into using Vim without learning about omni-completion. If you're not already using it...highly recommend (with Supertab plugin). https://dl.dropbox.com/s/bfslo07352slsjx/Screen%20Shot%202012-06-30%20at%207.28.50%20AM.png 39 comments vim
- Make Vim completion popup menu work just like in an IDE http://vim.wikia.com/wiki/Make_Vim_completion_popup_menu_work_just_like_in_an_IDE 5 comments vim
- completor.vim the async completion engine for vim now support language server protocol https://github.com/maralla/completor.vim/pull/254 13 comments vim
- Just noticed this Vim package for smart Java completion, any suggestion to convert this to a Company backend? https://github.com/artur-shaik/vim-javacomplete2 13 comments emacs
- YouCompleteMe, a Fast, As-You-Type, Fuzzy-Search Code Completion Engine for Vim http://val.markovic.io/blog/youcompleteme-a-fast-as-you-type-fuzzy-search-code-completion-engine-for-vim 52 comments programming
- YouCompleteMe, a Fast, As-You-Type, Fuzzy-Search Code Completion Engine for Vim http://val.markovic.io/blog/youcompleteme-a-fast-as-you-type-fuzzy-search-code-completion-engine-for-vim 32 comments vim
- Editing Remote Files with Your Local Vim Using the SCP Protocol ... with Bash Completion! http://jeetworks.org/node/102 9 comments vim
- I am trying to make Vim colorschemes work in urxvt but I cannot, it turns out to be a completely different color. The .Xresource and .vimrc are in the comment. Can you guys please help? https://pastebin.com/hmkRupXa 4 comments vim
- Emacs version of Vim's "CtrlP Funky" plug-in; completing read of PHP function names in the current buffer. https://gist.github.com/aaronbieber/f76e5a20a1a5c81e6c23 4 comments emacs
- I decided to give Vim another shot and found this free online book. It's incredible how little I knew about Vim and how trying to muddle through it like any other text editor was completely the wrong approach. http://learnvimscriptthehardway.stevelosh.com/ 5 comments webdev
- 'Cliche' is a Cli tool for the modern php programmer to automate a bunch of tasks like generating code and import statements for classes and can provide auto completion data to editors like Vim. http://www.imakesnowflakes.com/cliche-introduction.html 8 comments programming
- Vim for Ruby on Rails Instead of an IDE - quickly run tests within the editor, jump to the implementation of a method, automatically complete a word from the first few characters, search throughout a whole project, browse through a project with a files and folders view, quickly open a specific file http://joshuaborn.info/blog/9d0b 8 comments programming
- neocomplcache - Ultimate auto completion system for Vim (with snippets and completion keywords gathered from tags, syntax, included files and custom lists) http://www.vim.org/scripts/script.php?script_id=2620 9 comments vim