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
|
2 years ago | |
---|---|---|
.. | ||
core | 2 years ago | |
modules | 2 years ago | |
services | 2 years ago | |
tools | 2 years ago | |
utils | 2 years ago | |
README.md | 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
- ctags for jumping to func defs https://github.com/universal-ctags/ctags
- In doom-nvim root run
ctags --recurse
- Put cursos on top of require file name
- Press
<leader>nt
- This will jump to the definition of whatever is under cursor.