connorgmeean
1bf142bc4d
fix(annotations): Add hotkey `<leader>cg` to generate annotations
3 years ago
joalon
5c4148dd5a
fix( #164 ): Update the require condition to check for toggleterm.nvim in the built-in runner and compiler
Update the toggleterm url in the docs
3 years ago
NTBBloodbath
6ac43817e8
feat: expose `:DoomReload` command to reload Doom Nvim
3 years ago
tamton-aquib
11ce3a5954
updating diagnostic signs and their highlights
3 years ago
NTBBloodbath
0ce8e67821
docs: small updates to built-in docs
3 years ago
Osamu Aoki
7ca9451ec5
doc: more in doom_nvim.norg
Let's be clear on some shortcomings while being positive.
Signed-off-by: Osamu Aoki <osamu@debian.org>
3 years ago
Osamu Aoki
507f5595a7
tweak: completion
Signed-off-by: Osamu Aoki <osamu@debian.org>
3 years ago
Osamu Aoki
2f45e7365f
vertical_split and tweak
* New window can open vertical split for editing
and help page
* Add <leader>t? for tweaking editor behaviors
* b: background (dark/light)
* g: signcolumn (auto/off) -- for gitsigs, ale
* i: indent (ts, sts, sw, et)
* n: number (nu, rnu, 4 combinations)
* p: autopairs (on/off/not available)
* s: spell
* x: syntax/treesetter
Signed-off-by: Osamu Aoki <osamu@debian.org>
3 years ago
NTBBloodbath
25e9f20e71
feat(modules): add new built-in plugin \(`info`\), show an useful informational dashboard
- Add `:DoomInfo` command
- Add `<leader>di` keybind
- Exclude `DoomInfo` filetype in blankline plugin
- Update docs
3 years ago
NTBBloodbath
149130f5c7
feat: add more Doom commands, e.g. `:DoomReport`
- Use Doom commands in keybindings instead of the Lua chunks
- Create a separated function for Doom commands in `settings` module
- Update internal documentation
3 years ago
NTBBloodbath
9576e434ec
feat: replace built-in Neovim `.txt` docs with Neorg-based docs
- Added `:DoomManual` command
3 years ago
Jackson Law
d27a3b3425
feat: Refactor config handling ( #108 )
- Rename `doomrc.lua` and `plugins.lua` to `doom_modules.lua` and `doom_userplugins.lua`, respectively.
- Rename `doom.core.config.doomrc` to `doom.core.config.modules`.
- Change config files to modules to utilize `requires` mechanism. Add property `M.source` to hold load path of file.
- Alphabetize `doom_modules.lua` and sync defaults with `doom.core.config.modules`.
- Update help file.
- Add `doom.core.config.userplugins` to be consistent.
3 years ago
NTBBloodbath
da70e47770
feat(docs): update tags
3 years ago
NTBBloodbath
c5747cfe83
feat(docs): update built-in docs
3 years ago
notusknot
a208ac5303
Update and tweak documentation
3 years ago
NTBBloodbath
997ca086be
docs: update docs & changelog
4 years ago
Roland Siegbert
8daa35f245
Fix name confusion tagbar vs. symbols-outline
The tagbar plugin of (n)vim is a completely different beast compared to
the symbols-outline plugin, even though they solve a similar problem.
This commit cleans up the confusion.
- https://github.com/preservim/tagbar
- https://github.com/simrat39/symbols-outline.nvim
4 years ago
NTBBloodbath
4088b825f3
docs: update docs & changelog
4 years ago
NTBBloodbath
b6985f88a4
docs: update docs & changelog
4 years ago
NTBBloodbath
c915e06952
docs: update docs & changelog
4 years ago
NTBBloodbath
254b688fad
docs: update docs & changelog
4 years ago
NTBBloodbath
cd0af1959d
docs: update docs & changelog
4 years ago
NTBBloodbath
c7985d4bca
docs: update docs
4 years ago
NTBBloodbath
16f78d1bb6
docs: update docs
4 years ago
NTBBloodbath
6bd5bbfd5a
Version 2.0.0, Lua migration ( #4 )
See CHANGELOG.md
4 years ago
NTBBloodbath
5d67b6c2d3
docs: update tags
4 years ago
NTBBloodbath
1b4a6e5a5b
docs: update docs, big improvements to CHANGELOG
4 years ago
NTBBloodbath
a921fe4b78
default configs: add new terminal configs
4 years ago
NTBBloodbath
da0c6e359d
docs: update docs
4 years ago
NTBBloodbath
8d59efd14e
all: started lua migration. Formatting, tweaks & lua implementations
4 years ago
NTBBloodbath
def50c6874
Version 1.2.1 ( #3 )
* install: set develop-nightly branch
* Update install.sh
Added neovim nightly installation option to helper
* Update install.sh
small changes
* install: tweaks, format and option for development branch
* all: bump version, added FAQ to docs
* colorschemes: use romgrk's doom-one again
* health: small tweaks
* configs: small tweaks
* all: change dev branch name
4 years ago
NTBBloodbath
8e5bae489b
all: change dev branch name
4 years ago
NTBBloodbath
9a82fd2f1d
all: bump version, added FAQ to docs
4 years ago
NTBBloodbath
20e5bd86fb
docs: documentation for v1.2.0
4 years ago
NTBBloodbath
dbc3c185da
docs: added TreeSitter parsers variable
4 years ago
NTBBloodbath
2352e8d25d
docs: added missing docs
4 years ago
NTBBloodbath
8fb5e4ac0c
docs: added LSP section
4 years ago
NTBBloodbath
d640492adb
plugins: added indentLine as a temporal alternative to indent-blankline.nvim
4 years ago
NTBBloodbath
38df8dbdfb
docs: updated docs
4 years ago
NTBBloodbath
0e85fddf59
plugins: added vim-deus colorscheme
4 years ago
NTBBloodbath
fa08c5feef
docs: documentation for v1.1.0 and small fixes
4 years ago
NTBBloodbath
89982428fa
docs: added built-in Neovim documentation
4 years ago