Merged
Conversation
This commit removes neodim because it's been two years since semantic tokens were introduced in LSP Specification 3.16.0, and it seems like most servers have adopted all those features by now. Plus, this plugin has been buggy at times as noted in previous issues, and it can be a hassle to troubleshoot. Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
The `icons.kinds.use_devicons` option has been deprecated. This commit simply removes it, as the detection of the appropriate devicon is now managed automatically within the relevant callbacks. Upstream commit: Bekaboo/dropbar.nvim@a1b893c Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
* chores: rearrange wm & editor keymaps and corresponding plugin * feat: add keymaps to toggle virtual text and inlay hints
* feat: auto compile before debug (ayamir#1367). * fix: ci. * fix: ci. * fix: keep filename consistency with compiled outfile and prompt. --------- Signed-off-by: ayamir <lgt986452565@gmail.com>
This commit want to avoid the case when `get_palette()` call happens before `vim.g.colors_name` be initialized, which will raise error.
…1373) * support overriding `settings.gui_config` with an empty table * format the code with stylua
* fix: merge user customized config with predefined. * fix: overwrite predefined config only when both are table.
This commit should fix a weird bug where `nvim_get_hl` would return an empty dict when trying to get `hl-Statusline` inside `toggleterm`. Not 100% sure why this was happening or what exact conditions caused it, but with this fix lualine now shows the right backgrounds in terminal mode! Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.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.
gitsignto suppress the deprecated warnings possibly caused by other pluginsnvim-lsp(feat(cmp): deduplicate results fromnvim-lspayamir/nvimdots#1321)v3(feat(which-key)!: supportv3ayamir/nvimdots#1324)modeshas been deprecated (fix(which-key): config optionmodeshas been deprecated ayamir/nvimdots#1326)render-markdown.nvimfor md workflow (feat: addrender-markdown.nvimfor md workflow ayamir/nvimdots#1336)lazy.nvim, rtp plugins, aka distribution plugins does not actually got disabled ayamir/nvimdots#1339 (fix(core): disable rtp plugins vialazy.nvim, #1339 ayamir/nvimdots#1340)ayamir/nvimdotstsserverrenamed tots_ls(feat(lsp):tsserverrenamed tots_lsayamir/nvimdots#1346)icons.kinds.use_devicons(fix(dropbar): remove deprecatedicons.kinds.use_deviconsayamir/nvimdots#1360)vim.g.colors_nameis nil. (fix: check ifvim.g.colors_nameis nil. ayamir/nvimdots#1369)settings.gui_configwith an empty table (support overridingsettings.gui_configwith an empty table ayamir/nvimdots#1373)Format Documentcommand ayamir/nvimdots#1378). (feat: add Format command and mapping (#1378). ayamir/nvimdots#1379)