Skip to content

mkambeck/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Configuration is based on the following YouTube Videos:

Files

init.lua

This section contains the definitions of files that are loaded when Neovim starts.

base.lua

This contains all basic configuration like visual options etc..

highlights.lua

This contains the syntax highlighting configuration that is used in Neovim.

maps.lua

This contains all Neovim keymappings that are used in the different keyboard modes.

plugins.lua

This contains the Lazy definition which packages should be installed.

Directories

After

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

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.

Dependencies

About

neovim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages