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.
This setup works well with the following Alacritty
terminal config
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
Special Thanks to the following people:
- @allaman
- @alvaroaleman (for sharing your dotfiles with me :D)
- @jan-xyz (for giving me an introduction to
nvim
) - @snowiow (for making me not giving up on learning
vim
)