My configuration files
init.vim
coc-settings.json
- Install neovim
- Copy init.vim to ~/.config/nvim/init.vim
- Install fzf (
brew install fzf) and optionally ripgrep (brew install ripgrep)
- Install python 3 along with the pynvim
- Install vim-plug
- Run
:PlugInstall in neovim
- Install Node.js.
- Use the
:CocInstall <package name> command to install autocompletion for different languages/file
types. Here is more information
about that. Make sure to install coc-snippets as well.
- More instructions for configuring coc.nvim are here).