xulongwu4 / nvim-test2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Lua 100.0%