https://github.com/harishnkr/nvim-config
Personal nvim configuration
https://github.com/harishnkr/nvim-config
nvim nvim-configs nvim-lua vim
Last synced: about 2 months ago
JSON representation
Personal nvim configuration
- Host: GitHub
- URL: https://github.com/harishnkr/nvim-config
- Owner: harishnkr
- License: mit
- Created: 2023-03-11T20:57:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T13:56:56.000Z (about 2 years ago)
- Last Synced: 2025-01-16T14:36:10.722Z (over 1 year ago)
- Topics: nvim, nvim-configs, nvim-lua, vim
- Language: Lua
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoVim Config
My personal NVim Configuration
## Notes
Some additional stuff to remind me
1. Use `bear` to generate clangd compile_commands.json using
```
make clean
bear -- make
```