Browse Source

Update autocompletion notes.

master
Taylor Bockman 2 years ago
parent
commit
128050f6a4
  1. 8
      README.md

8
README.md

@ -18,8 +18,7 @@ through the use of `vimux`.
1. [Neovim](https://github.com/neovim/neovim)
2. [vim-plug](https://github.com/junegunn/vim-plug) - You may need to install this even with the `autoload` directory.
3. [Monospaced Nerd Font](https://www.nerdfonts.com/font-downloads) - The `/font` directory has one I use.
4. `node` - Certain plugins require node to work. Install it with your package manager.
5. `tmux`
4. `tmux`
For Python editing:
@ -75,9 +74,8 @@ You can type `:help <name_of_package>` (for example `:help vim-pyenv`) to read t
### Autocompletion
Autocompletion is provided by [coc](https://github.com/neoclide/coc.nvim). You will need to install `nodejs` >= 14.14:
`curl -sL install-node.vercel.app/lts | bash` and then restart Neovim.
Autocompletion is provided by [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim). Additionally
LSP-based autocompletion is installed.
### Default Leader

Loading…
Cancel
Save