Getting a natural autocomplete experience without setting up any language servers.
Hit the subscribe button to receive more videos like this!
---
Timestamped table of contents:
0:00 -- What we'll cover in this video
2:49 -- Configuring your vimrc file to use the complete menu
2:59 -- Having the menu popup automatically with the AutoComplPop plugin
3:48 -- Configuring the complete setting to use dictionary words with spell check
5:17 -- Configuring completeopt to naturally allow you to autocomplete items
7:56 -- Setting shortmess to not show keyword completion messages in the status bar
9:03 -- Configuring key mappings to make it easy to navigate, select and cancel items
12:32 -- Everything we talked about is in my dotfiles repo on GitHub
Reference links:
- https://github.com/vim-scripts/AutoComplPop
- https://github.com/nickjj/dotfiles
---
Follow along?
Personal Website: https://nickjanetakis.com
Twitter: https://twitter.com/nickjanetakis
Download
0 formats
No download links available.
Using Vim's Built in Complete Menu for Autocompleting Words | NatokHD