Skip to content

rithvikp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published