ratheesh / dot-nvim

My neovim configuration

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

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
β”‚       └── example.lua
β”œβ”€β”€ init.lua
└── stylua.toml

About

My neovim configuration

License:Apache License 2.0


Languages

Language:Lua 100.0%