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 #48
Merged
Merged
ayamir main #48
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
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 <[email protected]>
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 <[email protected]>
* 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 <[email protected]>
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 <[email protected]>
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.
gitsign
to suppress the deprecated warnings possibly caused by other pluginsnvim-lsp
(feat(cmp): deduplicate results fromnvim-lsp
ayamir/nvimdots#1321)v3
(feat(which-key)!: supportv3
ayamir/nvimdots#1324)modes
has been deprecated (fix(which-key): config optionmodes
has been deprecated ayamir/nvimdots#1326)render-markdown.nvim
for md workflow (feat: addrender-markdown.nvim
for 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/nvimdots
tsserver
renamed tots_ls
(feat(lsp):tsserver
renamed tots_ls
ayamir/nvimdots#1346)icons.kinds.use_devicons
(fix(dropbar): remove deprecatedicons.kinds.use_devicons
ayamir/nvimdots#1360)vim.g.colors_name
is nil. (fix: check ifvim.g.colors_name
is nil. ayamir/nvimdots#1369)settings.gui_config
with an empty table (support overridingsettings.gui_config
with an empty table ayamir/nvimdots#1373)Format Document
command ayamir/nvimdots#1378). (feat: add Format command and mapping (#1378). ayamir/nvimdots#1379)