Skip to content

vsoftco/nvim-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Neovim starter kit

A minimal Neovim configuration intended as a starting point for your own setup - simple, modern, and easy to extend, tailored for programming and development workflows.

Pre-requisites

Features

Installation

Clone this configuration into ~/.config/nvim (make sure to back up your existing one first)

git clone https://github.com/vsoftco/nvim-lite ~/.config/nvim

then launch Neovim

nvim

This configuration provides the following custom commands as wrappers around vim.pack:

  • :PackUpdate - updates plugins
  • :PackClean- removes unused plugins from the disk
  • :PackSync - pin plugins to the version recorded in nvim-pack-lock.json

Test configuration (optional)

To try this configuration without affecting your current setup, clone it into a separate directory under ~/.config, for example

git clone https://github.com/vsoftco/nvim-lite ~/.config/nvim-test

Then start Neovim with

NVIM_APPNAME=nvim-test nvim

About

Modern Neovim starter kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages