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
- lua/config
- autocmds
- keymaps
- lazy
- options
- lua/plugins
- coding
- color-utilites
- colorschemes
- disabled
- documents
- fun
- user-interface
More in depth descriptions of each section and file in my LazyVim configuration.
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.