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

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

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 :(`