DEV Community

Discussion on: Overview of Vim

Collapse
 
pedrohasantiago profile image
Pedro S • Edited

May I ask you how you got code autocompletion? Is there a neovim built-in plugin I'm not aware about? I've taken a look at coc, but it requires some configuration, so I always leave that for alter.

Collapse
 
bosiarquitetura profile image
bosiarquitetura

The configuration for COC is pretty simple. You can just copy and paste from the repository and them change as you use and learn what you like. However, if you prefer, neovim nightly has LSP. It that requires more configuration than COC, but it works using LUA

Collapse
 
vic0de profile image
Vishnu Dileesh

I am using coc-nvim plugin but never delved into any configuration. But everything works fine.

github.com/VishnuDileesh/dotfiles/...