mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-03 06:27:16 +01:00
abdd658733c15ca1960bfa8fd62f6ef176210051
LazyVim
A starter template for LazyVim
🚀 Getting Started
This repo contains an example setup for LazyVim
You can just clone this repo, or import LazyVim in your existing config as you can see here config.lazy
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 │ ├── editor.lua │ ├── lsp.lua │ └── treesitter.lua ├── init.lua └── stylua.toml
Description
Languages
Lua
100%