Merged
Conversation
This commit mainly tweaks the loading events of some plugins to align with upstream specifications. Additionally, there have been enhancements made to certain documentation. Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: ayamir <lgt986452565@gmail.com>
* docs: add note for 0.10 nightly branch in readme. Signed-off-by: ayamir <lgt986452565@gmail.com> * chore(issue_template): add nightly warning Signed-off-by: Charles Chiu <charleschiu@hey.com> * chore(issue_tempate): linting Signed-off-by: Charles Chiu <charleschiu@hey.com> * docs: update readme for 0.10 branch. Co-authored-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> Signed-off-by: Mohu <miracle_l@bupt.edu.cn> * chore(issue_template): add nightly warning Signed-off-by: Charles Chiu <charleschiu@hey.com> * chore(issue_template): add nightly warning Signed-off-by: Charles Chiu <charleschiu@hey.com> --------- Signed-off-by: ayamir <lgt986452565@gmail.com> Signed-off-by: Charles Chiu <charleschiu@hey.com> Signed-off-by: Mohu <miracle_l@bupt.edu.cn> Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> Co-authored-by: Charles Chiu <charleschiu@hey.com> Co-authored-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Charles Chiu <charleschiu@hey.com>
Since all tab-related stuff is now managed by `vim-sleuth`, I think it is better to remove the relevant options to avoid confusion. Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
* chore(go): replace vim-go with go.nvim. Signed-off-by: ayamir <lgt986452565@gmail.com> * fix: install gopls by mason by default. Signed-off-by: ayamir <lgt986452565@gmail.com> * feat(keymap): set `n|gi` to goto implementation. Signed-off-by: ayamir <lgt986452565@gmail.com> * chore(keymap): use `gm` to jump to lsp implementations Co-authored-by: 冷酔閑吟 <50296129+Jint-lzxy@users.noreply.github.com> Signed-off-by: Mohu <miracle_l@bupt.edu.cn> * fixup: remove unused `map_cu`. * chore: use gopls instead of null-ls to format. Signed-off-by: ayamir <lgt986452565@gmail.com> * chore: add notes for config options. Signed-off-by: ayamir <lgt986452565@gmail.com> * fixup: tidy settings for go.nvim and gopls. * docs: update more notes for how to config go.nvim. * chore: cleanup Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> * fix: enable only the options that are truly necessary Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> * fixup! chore: cleanup * fix(gopls): invalid config entry Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> --------- Signed-off-by: ayamir <lgt986452565@gmail.com> Signed-off-by: Mohu <miracle_l@bupt.edu.cn> Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> Co-authored-by: 冷酔閑吟 <50296129+Jint-lzxy@users.noreply.github.com> Co-authored-by: neogtliu <neogtliu@tencent.com>
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
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.
initfor vim plugins (fix: use init for vim plugins config. ayamir/nvimdots#1222)vim-sleuth(fix(options): remove options managed byvim-sleuthayamir/nvimdots#1229)initfor its config (fix(rustaceanvim): useinitfor its config ayamir/nvimdots#1231)