Skip to content

3lv/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequires:

  • nvim
  • git, curl, tar, unzip, gzip, c compiler (gcc/mingw gcc/ zig)
  • npm (for some LSP installations)
  • more for windows (TODO: complete this list)

Features

Clean! Minimal! Fast!

Keep the default keybindings and functions, but makes everything easier with intuitive, dynamic highlighting!

Everything is improved, not changed!

Installation

Backup old config (if needed)

Install nvim config + plugins

git clone https://github.com/3lv/nvim ~/.config/nvim
nvim --headless +Setup # optional

Installation for Windows (Command Prompt) (Not tested)

git clone https://github.com/3lv/nvim %userprofile%\AppData\Local\nvim
nvim --headless +Setup # optional

Config layout

~/.config/nvim/..
📂 lua
│ 📂 lib
│ 📂 plugins
│ 🌑 keymaps.lua
└ 🌑 options.lua
🌑 init.lua

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages