Skip to content

adamdetki/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

This version of lazyvim requires the nightly version of neovim (0.11) installation guide below: Before proceeding with the installation guide please check the following links: https://github.com/neovim/neovim/blob/master/INSTALL.md https://github.com/neovim/neovim/releases/nightly

Download the latest nightly AppImage

curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage

Make it executable

chmod u+x nvim.appimage

Move it to a directory in your PATH

sudo mv nvim.appimage /usr/local/bin/nvim

If you encounter any FUSE-related issues, you can extract the AppImage

./nvim.appimage --appimage-extract sudo mv squashfs-root /opt/nvim sudo ln -s /opt/nvim/usr/bin/nvim /usr/local/bin/nvim

Add this to your ~/.bashrc or ~/.zshrc

export PATH="/usr/local/bin:$PATH"

Reload your shell configuration

source ~/.bashrc # or source ~/.zshrc if you're using zsh

About

my nvim configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages