Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ggamedevelop/neopp
- Owner: gGameDevelop
- Created: 2024-10-15T14:42:36.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T16:54:31.000Z (2 months ago)
- Last Synced: 2024-11-06T17:44:42.555Z (2 months ago)
- Topics: c, clangd, cmake-tools, cpp, nvim
- Language: Lua
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*