RilCritch / lazyvim-ril

My configuration of LazyVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RilCritch's Configuration of LazyVim

This is my configuration of Neovim using LazyVim as a framework to make configuration easier. For more information about LazyVim visit their website and their GitHub

Contents

  • lua/config
    • autocmds
    • keymaps
    • lazy
    • options
  • lua/plugins
    • coding
    • color-utilites
    • colorschemes
    • disabled
    • documents
    • fun
    • user-interface

Descriptions

More in depth descriptions of each section and file in my LazyVim configuration.

lua/config

Configuration of neovim and lazy plugin manager. This directory/folder contains base Neovim configuration, autocmds, and Keybindings. In addition this is where the Lazy plugin manager is installed and configured.

autocmds

keymaps

lazy

options

lua/plugins

coding

color-utilites

disablped

documents

documents

fun

user-interface

About

My configuration of LazyVim

License:Apache License 2.0


Languages

Language:Lua 100.0%