https://github.com/cbrgm/nvim
My personal Neovim configuration for my daily work
https://github.com/cbrgm/nvim
config neovim productivity vim
Last synced: about 2 months ago
JSON representation
My personal Neovim configuration for my daily work
- Host: GitHub
- URL: https://github.com/cbrgm/nvim
- Owner: cbrgm
- License: mit
- Created: 2022-12-14T10:53:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T07:45:55.000Z (almost 2 years ago)
- Last Synced: 2026-02-17T22:29:55.217Z (4 months ago)
- Topics: config, neovim, productivity, vim
- Language: Lua
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
neovim
>My nvim configuration with the aim of not cluttering nvim with plugins unnecessarily and instead improving the core functions of Vim with some Quality of Life plugins.
## Terminal
This setup works well with the following `Alacritty` terminal config
```yaml
colors:
primary:
background: '#1F1F28'
window:
opacity: 0.98
decorations: none
font:
size: 14
normal:
family: Hack Nerd Font Mono
style: Regular
bold:
family: Hack Nerd Font Mono
style: Bold
italic:
family: Hack Nerd Font Mono
style: Italic
```
## Acknowledgements
Special Thanks to the following people:
* [@allaman](https://github.com/allaman)
* [@alvaroaleman](https://github.com/alvaroaleman) (for sharing your dotfiles with me :D)
* [@jan-xyz](https://github.com/jan-xyz) (for giving me an introduction to `nvim`)
* [@snowiow](https://github.com/snowiow) (for making me not giving up on learning `vim`)