https://github.com/king-of-ducks/nvim
Nice Neovim config for C++ developing written on Lua
https://github.com/king-of-ducks/nvim
c cpp neovim neovim-config nvim nvim-config
Last synced: about 1 year ago
JSON representation
Nice Neovim config for C++ developing written on Lua
- Host: GitHub
- URL: https://github.com/king-of-ducks/nvim
- Owner: king-of-ducks
- Created: 2024-11-05T11:03:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-18T09:33:12.000Z (over 1 year ago)
- Last Synced: 2025-03-16T07:28:27.534Z (over 1 year ago)
- Topics: c, cpp, neovim, neovim-config, nvim, nvim-config
- Language: Lua
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello
This is my `nvim` config. Feel free to use it, copy and modify as you want
# Requirements
* Neovim 0.9+ (https://neovim.io)
* Nerd Fonts (https://nerdfonts.com)
* Git (https://git-scm.com)
# Installation
Unix
Clone this repository using Git:
```bash
git clone https://github.com/king-of-ducks/nvim.git ~/.config/nvim
```
Delete the `.git` folder:
```bash
cd ~/.config/nvim
rm -rf .git
```
Open Neovim and install LSP (recommended):
```vim
:MasonInstallAll
```
(That'll install `clangd` and `pyright`)
Windows (PowerShell)
`Haven't made yet, sorry :(`