Skip to content
/ nvim Public

Minimal neovim configuration written in LUA

Notifications You must be signed in to change notification settings

nanchano/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Minimal neovim configuration written in Lua.

Based on the kickstart config

Packages are managed by lazy.vim, which will be automatically installed on the first startup of neovim, along with all the plugins and language servers.

If you have a curernt installation, or experience any issues, try deleting the local cache and starting again: rm -rf $HOME/.local/share/nvim

Pre-requisites

  1. neovim 0.9+
  2. Python 3 and pip installed
    • pip install pynvim
  3. NodeJS and npm installed
    • node i -g neovim
  4. xsel, xclip or other clipboard manager installed
  5. ripgrep and fzf for treesitter.

About

Minimal neovim configuration written in LUA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages