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.
 
 
 
 
connorgmeean 2e6b55d4ac clean(updater): Added missing parameter 2 years ago
..
core feat: Implement and enable `updater` module. 2 years ago
modules clean(updater): Added missing parameter 2 years ago
services chore,clean: Stylua cleanup entire project 2 years ago
tools chore,clean: Stylua cleanup entire project 2 years ago
utils chore,clean: Stylua cleanup entire project 2 years ago
README.md feat(modules): make modules very granular 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.
  • modules - The Doom modules, herein lies the Doom modules and their configurations, bindings, autocmds and package management.
  • utils - The Doom utilities, herein lies the glorious Doom utility functions.

Note: dev w/ctags

  1. ctags for jumping to func defs https://github.com/universal-ctags/ctags
  2. In doom-nvim root run ctags --recurse
  3. Put cursos on top of require file name
  4. Press <leader>nt
  5. This will jump to the definition of whatever is under cursor.