Skip to content

anthonio9/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

nvim

Simple, yet sufficient nvim config made by anthonio9.

How to put this together, so that I don’t have to google again

Install vim-plug

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Open nvim ~/.config/nvim/init.vim and run :PlugInstall.

Install coc-clangd for C/C++ development

Run :CocInstall coc-clangd, if there’s no clangd in your $PATH, you can run :CocCommand clangd.install to install the latest release from GitHub.

Install yarn

# manjaro
sudo pacman -S yarn

Move to ~/.local/share/nvim/plugged/coc.nvim and run yarn install.

About

My personal neovim config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published