Skip to content

Joreh-T/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config based on LazyVim 💤

Install Neovim

  1. Download the appropriate Neovim. If Neovim was installed via a package manager, uninstall it first. eg. sudo apt remove neovim
  2. Download the appropriate version. eg. wget https://github.com/neovim/neovim/releases/download/nvim-Vx.x.x.tar.gz
  3. Move it to a preferred path. eg. mv nvim-Vx.x.x.tar.gz ~/.local/bin
  4. Extract it. eg. tar xzvf nvim-linux64.tar.gz
  5. Link to /usr/bin or another directory already in PATH. eg. ln -s /customDirectory/nvim_Vx.x.x/bin/nvim nvim

About

Neovim Config Base On LazyVim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages