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.
 
 
 
 
surenyi 01851a2efb merge from v4.1.0 2 years ago
..
core feat(core): Added `:DoomProfile` command to profile/trace internal startup time. 2 years ago
modules merge from v4.1.0 2 years ago
services clean(core,profiler): Cleanup and tweak :DoomProfile styling 2 years ago
tools chore,clean: Stylua cleanup entire project 2 years ago
utils release: Release doom-nvim v4.1.0 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.