Skip to content

I'd just like to interject for a moment. What you're referring to as Neovim, is in fact, LazyVim/nvim, or as I've recently taken to calling it, LazyVim plus nvim. Neovim is not a software IDE unto itself, but rather another free component of a fully functioning Lazyvim system.

Notifications You must be signed in to change notification settings

hitchhooker/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

nvim configs

image

my custom lazyvim configs

# lazyvim defaults
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

git clone https://github.com/LazyVim/starter ~/.config/nvim
rm -rf ~/.config/nvim/.git

# here custom
mv ~/.config/nvim/lua/ ~/.config/nvim/lua.bak
git clone git@github.com:hitchhooker/vimrc  ~/.config/nvim/lua

resources

About

I'd just like to interject for a moment. What you're referring to as Neovim, is in fact, LazyVim/nvim, or as I've recently taken to calling it, LazyVim plus nvim. Neovim is not a software IDE unto itself, but rather another free component of a fully functioning Lazyvim system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages