Skip to content

Latest commit

Β 

History

History
47 lines (34 loc) Β· 901 Bytes

File metadata and controls

47 lines (34 loc) Β· 901 Bytes

Best config

LazyVim

A starter template for LazyVim

πŸš€ 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