Skip to content

Latest commit

Β 

History

History
39 lines (31 loc) Β· 857 Bytes

File metadata and controls

39 lines (31 loc) Β· 857 Bytes

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