Skip to content

Latest commit

Β 

History

History
45 lines (33 loc) Β· 917 Bytes

File metadata and controls

45 lines (33 loc) Β· 917 Bytes

Igor's LazyVim

Using a starter template for LazyVim to archive better

πŸš€ Getting Started

This repo contains an example setup for LazyVim

1. Make a backup of your current Neovim files:

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

2. Clone the starter

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

3. Start Neovim!

nvim

Refer to the comments in the files on how to customize LazyVim.

πŸ“‚ File Structure

~/.config/nvim
β”œβ”€β”€ lua
β”‚Β Β  β”œβ”€β”€ config
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ autocmds.lua
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ keymaps.lua
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ lazy.lua
β”‚Β Β  β”‚Β Β  └── options.lua
β”‚Β Β  └── plugins
β”‚Β Β      └── example.lua
β”œβ”€β”€ init.lua
└── stylua.toml