Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 890 Bytes

dotfiles

My configuration files

Neovim

init.vim coc-settings.json

Install Neovim

  • 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

Setup Autocomplete

  • 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).