damarkrisnandi / lazyvim-setup

My personal lazyvim setup (from lazyvim starter template)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💤 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)

License:Apache License 2.0


Languages

Language:Lua 100.0%