NTBBloodbath
6b018aea30
update embedded doom-one colorscheme
3 years ago
NTBBloodbath
9b8d6a59c9
apply plugins management changes from upstream
3 years ago
NTBBloodbath
c2a0d95c2d
all: new doom-one colorscheme, written in pure Lua. Requires Neovim HEAD!
3 years ago
Vhyrro
a21b7d663c
fix: support for cheovim and remove trailing whitespace
3 years ago
Vhyrro
e217a1c60c
fix: inbuilt autocommands not working
4 years ago
Vhyrro
9ec317a830
fix: issues with which-key failing on dashboard and packerinstall not being triggered automatically
4 years ago
Vhyrro
f2e28d55e9
feat: smarter lazy loading, because there's no such thing as too much lazy loading
4 years ago
Vhyrro
4e562e8325
fix: a bunch of bugs regarding incorrect startup order and LSP not triggering
4 years ago
Vhyrro
b3a8157dc0
fix: nvim-tree bug where files duplicate themselves in the tree window
4 years ago
Vhyrro
e3b5a6a51f
made the entire config asynchronous
4 years ago
Vhyrro
57525a67be
remove lazy loading from lspinstall and pears.nvim since those seem to be causing problems
4 years ago
Vhyrro
060732aa8d
remove: doom.log
4 years ago
Vhyrro
6b1a5c0910
fix: improve startup time, remove redundant keybind, improve init.lua
4 years ago
Vhyrro
8cfce55e96
fix: remove useless keybinding
4 years ago
Vhyrro
b775023d35
fix: lazy loading for toggleterm
4 years ago
Vhyrro
c43528ab0d
Lazy load a handful of plugins for doom
4 years ago
vhyrro
79d23c92ba
Fetch upstream
Merge develop into repo
4 years ago
Gustavo Prieto
adb5c1d110
fix: lspsaga hover doc scroll
4 years ago
NTBBloodbath
1ad853426e
plugins: change treesitter lazy-loading
4 years ago
NTBBloodbath
1537ae1fe1
all: plugin settings are now handled by packer, this allow us to:
- Lazy-load plugins (at the moment we are lazy-loading: treesitter, telescope)
- Reduce startup time because we aren't using loops anymore
- more maintainable codebase
4 years ago
Gustavo Prieto
07a0aea20f
Merge remote-tracking branch 'origin/main' into develop
merge
4 years ago
Gustavo Prieto
89a5df6118
added: doom-themes
4 years ago
NTBBloodbath
d028dd588d
lsp: small comment tweak
4 years ago
NTBBloodbath
df7ffc4d13
plugins: fix small bug from cleaned junk
4 years ago
NTBBloodbath
f5ab6d27d2
Merge remote-tracking branch 'origin/main' into develop
4 years ago
NTBBloodbath
d1feeeb4f5
install: fix conditional in packer installation
4 years ago
NTBBloodbath
255624c327
plugins: fix small bug from cleaned junk
4 years ago
NTBBloodbath
7aa178836a
Merge remote-tracking branch 'origin/main' into develop
4 years ago
NTBBloodbath
51ace1555d
utils: improve custom plugins fields
4 years ago
NTBBloodbath
997ca086be
docs: update docs & changelog
4 years ago
NTBBloodbath
1c991a4f7d
all: fix plugins installation in fresh install
4 years ago
NTBBloodbath
8bad7c01f8
all: bump version `2.3.0` → `2.3.1`
4 years ago
NTBBloodbath
e4009bf821
changelog: add v2.3.1 changelog
4 years ago
NTBBloodbath
ea85d1c28c
doomrc: fix typos in custom plugins example
4 years ago
NTBBloodbath
144a8b201b
fix: enable/disable custom plugins now works as expected
4 years ago
NTBBloodbath
87f570e533
docs: update docs & changelog
4 years ago
NTBBloodbath
c7488ba9e8
all: bump version `2.2.0` → `2.3.0`
4 years ago
NTBBloodbath
e80aad942d
plugins: possibility to disable colorschemes
4 years ago
NTBBloodbath
fb9b39b6ec
doomrc: implement custom commands & functions
4 years ago
NTBBloodbath
6c3fc2546b
Merge remote-tracking branch 'origin/main' into develop
4 years ago
Gustavo Prieto
8941f72f51
updates/improvements
4 years ago
Alejandro
07368a1bc0
Merge pull request #11 from rscircus/develop
Update getting_started.md
4 years ago
Gustavo Prieto
5539a2a84f
Merge pull request #12 from rscircus/fix/tagbar_confusion
Fix name confusion tagbar vs. symbols-outline
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
rscircus
074ce11b27
Update getting_started.md
Adds a few notes on changes to the configuration and that the LSP dependency
actually trickles through the plugins and existing keybindings even though these
plugins are disabled per default.
4 years ago
NTBBloodbath
683b832b2a
all: re-format lua files
4 years ago
NTBBloodbath
047de28e66
doomrc: add prototype implementation of user-defined settings (Neovim field)
4 years ago
NTBBloodbath
76c9be8c8a
doom/default: add prototype implementation of user-defined settings
4 years ago
NTBBloodbath
62596155ae
doom/functions: added `Load_custom_settings` function
4 years ago
NTBBloodbath
0399306583
doom/config: add prototype implementation of user-defined settings
4 years ago