⚙️Settings for neovim. C/C++, go support.

Arima Takao a05cb841fb Updated description 2 years ago
README.md a05cb841fb Updated description 2 years ago
init.vim 57161f3723 Add config file init.vim 2 years ago

README.md

What's this?

⚙️Settings for neovim. C/C++, go support.

Plugins


How to install

NOTICE: create backup your init.vim in ~/.config/nvim/ .

  1. Install Nerd fonts.
  2. Install Nodejs.
  3. Install ccls: sudo apt install ccls
  4. Install vim-plug.
  5. Clone this repository.
  6. Copy init.vim to ~/.config/nvim/ .
  7. Execute in nvim :PlugInstall .
  8. Done!