Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

My personal lazyvim setup (from lazyvim starter template)

License

Notifications You must be signed in to change notification settings

damarkrisnandi/lazyvim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVim

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

Requirements

Check this out

installation

Linux and MacOS

Make a backup of your current Neovim files:

required

mv ~/.config/nvim{,.bak}

optional but recommended

mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

Clone this Repo

git clone https://github.com/damarkrisnandi/lazyvim-setup ~/.config/nvim

Remove the .git folder, so you can add it to your own repo later

rm -rf ~/.config/nvim/.git

Start Neovim!

nvim

Windows

Make a backup of your current Neovim files:

required

Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak

optional but recommended

Move-Item $env:LOCALAPPDATA\nvim-data $env:LOCALAPPDATA\nvim-data.bak

Clone the Repo

git clone https://github.com/damarkrisnandi/lazyvim-setup $env:LOCALAPPDATA\nvim

Remove the .git folder, so you can add it to your own repo later

Remove-Item $env:LOCALAPPDATA\nvim\.git -Recurse -Force

Start Neovim!

nvim

Preview

Dashboard dashboard image

Editor editor image

Editor with Sidebar editor with sidebar image

Telescope telescope

About

My personal lazyvim setup (from lazyvim starter template)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages