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

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

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`)