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

Latest commit

 

History

History
102 lines (61 loc) · 1.81 KB

README.md

File metadata and controls

102 lines (61 loc) · 1.81 KB

💤 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