seefs001 / nvim-config

#LazyVim based #Neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nv

A Neovim setup based on LazyVim

🚀 Getting Started

  1. Install [Neovim] version 0.8 or higher on your machine
  2. Remove or backup your existing configuration files in ~/.config/nvim
  3. Clone the git repo git clone https://github.com/appelgriebsch/Nv ~/.config/nvim
  4. Run nvim from a terminal

Optionally: set an environment variable NV_THEME with something either light or dark to have the nvim theme pickup accordingly (see lua/plugins/colorscheme.lua)

Show case

Dashboard

Screenshot 2023-01-11 at 12 41 06

Telescope

Screenshot 2023-01-11 at 12 41 35

Code editor

Screenshot 2023-01-11 at 12 42 08

Symbols outline

Screenshot 2023-01-11 at 12 42 37

Rust extension

Screenshot 2023-01-11 at 12 46 01

Screenshot 2023-01-11 at 12 46 43

Debug Adapter support

Screenshot 2023-01-11 at 12 47 19

Screenshot 2023-01-11 at 12 49 32

About

#LazyVim based #Neovim configuration

License:Apache License 2.0


Languages

Language:Lua 100.0%