forked from ayamir/nvimdots
-
Notifications
You must be signed in to change notification settings - Fork 0
ayamir main #52
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
Merged
Merged
ayamir main #52
Conversation
This file contains hidden or 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: implement inlay virtual text for rust and go Signed-off-by: 蔡略 <cailue@bupt.edu.cn> * fix: go-nvim use lsp-inlayhints.nvim only Signed-off-by: 蔡略 <cailue@bupt.edu.cn> * refactor: move inlay-hints to `completion` Signed-off-by: 蔡略 <cailue@bupt.edu.cn> * feat: lua support Signed-off-by: 蔡略 <cailue@bupt.edu.cn> * chore(inlay-hints): remove `sumneko_lua` * fix: set inlay-hints debug mode off Signed-off-by: 蔡略 <cailue@bupt.edu.cn> --------- Signed-off-by: 蔡略 <cailue@bupt.edu.cn> Co-authored-by: Charles Chiu <charleschiu@hey.com>
* workaroud for watchfile problem * fix CI
Signed-off-by: Charles Chiu <charleschiu@hey.com>
Signed-off-by: ayamir <lgt986452565@gmail.com>
Signed-off-by: ayamir <lgt986452565@gmail.com>
Signed-off-by: ayamir <lgt986452565@gmail.com>
Signed-off-by: ayamir <lgt986452565@gmail.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
* set ts-context floatterm zindex to 50 which greater than 45. default zindex of glance [dnlhc/glance.nvim] floatterm is 45. It can display on glance. Signed-off-by: mjkx <291083247@qq.com> * set trim_scope to inner Signed-off-by: mjkx <291083247@qq.com> * perf: add discription --------- Signed-off-by: mjkx <291083247@qq.com> Co-authored-by: CharlesChiuGit <charleschiu@hey.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
I recently refactored my frequently used commands and thought it would be great to also port that here lol Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
This PR significantly updates the icon library by expanding its content, removing duplicates, and organizing icons into more cohesive groups. I've also created a custom Dropbar config that uses these icons and adds toggleterm support. * fix typo * Oops... Missing one icon * fix: invoke `utils.load_plugin` Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
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.
kind_textfrom cmp source:treesitter, fixray-x/cmp-treesitter/pull/10cause completion system to broke ayamir/nvimdots#624 /lua/modules/configs/completion\cmp.lua:95: attempt to concatenate a nil value ayamir/nvimdots#634 (fix(cmp): support dynamickind_textfrom cmp source:treesitter, fix #624 #634 ayamir/nvimdots#637)setup-handlersettings ofmason-null-lsshow_buffer_default_iconis now deprecatets-contextinglancepreview window (fix: utilizets-contextinglancepreview window ayamir/nvimdots#1265)