forked from ayamir/nvimdots
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ayamir main #21
Merged
Merged
ayamir main #21
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(CI): add Luacheck for code linting * rename workflow
…mir#810) * feat: use persisted to provide more powerful session management. * fixup! feat: use persisted to provide more powerful session management. --------- Co-authored-by: Jint-lzxy <[email protected]>
* feat(formatting): format disabled dirs may contain regexps * fixup! feat(formatting): format disabled dirs may contain regexps * fix CI * rephrase a bit
* fix(nvim-treesitter-context): setup to enable (ayamir#828) Change-Id: I7942ac85bf3791f7487eb15fae9cb6c0aa3c6b71 * fixup! fix(nvim-treesitter-context): setup to enable (ayamir#828) * fixup! fixup! fix(nvim-treesitter-context): setup to enable (ayamir#828) --------- Co-authored-by: Jint-lzxy <[email protected]>
* feat(ui)!: unify UI component `lualine` * fixup! feat(ui)!: unify UI component `lualine` * fix ci * fix autocmd registration * cleanups * chore: make function names more intuitive --------- Co-authored-by: Jint-lzxy <[email protected]>
Just found out that we removed `stabilize.nvim` but forgot to set the corresponding option :)
* feat(utils): auto-refresh builtin palette on `ColorScheme` * fixup! feat(utils): auto-refresh builtin palette on `ColorScheme`
This works b/c `finddir()` searches bidirectionally _(downward searches are recursive and may search through many directories)_. This commit instructs `fs.find` to only traverse upward through parent directories and terminate as long as a matche is found.
Co-authored-by: Jint-lzxy <[email protected]> Co-authored-by: Charles Chiu <[email protected]>
* fix(null-ls): specify `rustfmt` manually * feat(scripts): add notes regarding `rustup` * fixup! feat(scripts): add notes regarding `rustup`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
setup
on start (nvim-treesitter-context
not working ayamir/nvimdots#828) (fix(ts-context): always callsetup
on start (#828) ayamir/nvimdots#830)ColorScheme
(feat(utils): auto-refresh builtin palette onColorScheme
ayamir/nvimdots#831)dots.tutor
under the rtp (tutor/) (chore(assets): putdots.tutor
under the rtp ayamir/nvimdots#837)nvim-treehopper
support (feat(catppuccin): addnvim-treehopper
support ayamir/nvimdots#841)has_git
checks (perf(lualine): more efficienthas_git
checks ayamir/nvimdots#838)settings.lua
(fix(ui): sync lazy's colorscheme with settings. ayamir/nvimdots#849)rustfmt
(migrate: installrustfmt
fromrustup
(#842) ayamir/nvimdots#845)rustfmt
manually (fix(null-ls): specifyrustfmt
manually ayamir/nvimdots#852)