Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 989 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 989 Bytes

NeoVim configuration

This is my personal configuration for NeoVim using Lazy vim.

Screenshots

Alpha Dashboard

Telescope

Completions

NeoTree

Zen Mode

Terminal

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

Autocompletions work out of the box with the following languages (I've not tested with others):

  • Python
  • TypeScript
  • Lua