mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
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:
@@ -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 = {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user