Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ggamedevelop/neopp

the C/C++ configuration for neovim
https://github.com/ggamedevelop/neopp

c clangd cmake-tools cpp nvim

Last synced: 11 days ago
JSON representation

the C/C++ configuration for neovim

Awesome Lists containing this project

README

        

## Neopp the perfect neovim configuration for getting started with C/C++
### Installation:
#### windows:
```
cd %localappdata%/nvim
git clone https://github.com/gGameDevelop/neopp %localappdata%/nvim && nvim
```
#### linux/mac:

```
cp ~/.config/nvim ~/.config/nvim.backup
rm -rf ~/.config/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
mkdir ~/.config/nvim
git clone https://github.com/gGameDevelop/neopp ~/.config/nvim && nvim
```
*Run :TSInstall cpp command after lazy.nvim finishes downloading plugins.*
*Delete the .git folder from nvim folder.*