Update 2025-02-28

Update 2025-02-14

Update 2025-02-16

Update 2025-02-21

Update 2025-02-23

Update 2025-02-25

Update 2025-02-27

Update 2025-02-28
This commit is contained in:
2025-02-07 19:47:38 +02:00
parent 464e342e58
commit e0f12a9ce3
36 changed files with 487 additions and 331 deletions

View File

@@ -75,7 +75,7 @@ return {
"snippets",
"ripgrep",
"obsidian",
"markdown",
-- "markdown",
"jupynium",
},
providers = {
@@ -99,12 +99,12 @@ return {
module = "blink.compat.source",
score_offset = 10,
},
markdown = {
name = "RenderMarkdown",
module = "render-markdown.integ.blink",
score_offset = 10,
fallbacks = { "lsp" },
},
-- markdown = {
-- name = "RenderMarkdown",
-- module = "render-markdown.integ.blink",
-- score_offset = 10,
-- fallbacks = { "lsp" },
-- },
ripgrep = {
module = "blink-ripgrep",
name = "Ripgrep",
@@ -135,7 +135,7 @@ return {
name = "Git",
enabled = true,
should_show_items = function()
return vim.o.filetype == "gitcommit" or vim.o.filetype == "markdown"
return vim.o.filetype == "gitcommit"
end,
opts = {},
},