You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
NTBBloodbath 60e5fb3bb4
refact(modules): use a custom toggleterm instance for running and compiling code
3 years ago
..
core chore: format source code 3 years ago
extras docs: update modules README files 3 years ago
modules refact(modules): use a custom toggleterm instance for running and compiling code 3 years ago
utils docs: update modules README files 3 years ago
README.md docs: update modules README files 3 years ago

README.md

Doom

This is the entry point module for Doom Nvim. Herein lies the core of Doom divided into three different sub-modules.

  • core - The Doom core, herein lies the entire Doom core, e.g. configurations.
  • extras - Doom extras, herein lies the Doom keybindings, autocommands, etc.
  • modules - The Doom modules, herein lies the Doom plugins and their configurations.
  • utils - The Doom utilities, herein lies the Doom utility functions.