Configuration is based on the following YouTube Videos:
This section contains the definitions of files that are loaded when Neovim starts.
This contains all basic configuration like visual options etc..
This contains the syntax highlighting configuration that is used in Neovim.
This contains all Neovim keymappings that are used in the different keyboard modes.
This contains the Lazy definition which packages should be installed.
The after directory is used to make small changes or configurations to already installed plugins. The following plugins are already configured:
- ./config/nvim/after/plugin/lualine.rc.lua
- ./config/nvim/after/plugin/solarized-osaka.rc.lua
The lua directory contains all files that are used to configure Neovim with Lua commands. The files are loaded within the init.lua file in the root directory of the Neovim configuration.