This is my personal configuration for NeoVim using Lazy vim.
The terminal is Alacritty. Configuration for it:
import = ["~/.config/alacritty/rose-pine.toml"]
[cursor.style]
blinking = "Always"
[font]
size = 14
[font.normal]
family = "FiraCode Nerd Font Mono"
style = "Regular"
[window]
blur = true
decorations = "None"
opacity = 0.65
Theme is rose-pine
.
Background can be found here.
Autocompletions work out of the box with the following languages (I've not tested with others):
- Python
- TypeScript
- Lua