AutoYADM commit: 2025-01-13 20:30:04

This commit is contained in:
Daniel Fichtinger 2025-01-13 20:30:04 -05:00
parent f37cacf40a
commit c2acd073c5
3 changed files with 8 additions and 15 deletions

View file

@ -1,7 +1,7 @@
return { return {
{ {
-- dir = "~/dev/plugins/ashen.nvim/", dir = "~/dev/plugins/ashen.nvim/",
"ficcdaf/ashen.nvim", -- "ficcdaf/ashen.nvim",
-- only for debugging -- only for debugging
dependencies = { dependencies = {
"folke/snacks.nvim", "folke/snacks.nvim",

View file

@ -7,9 +7,6 @@ return {
{ "giuxtaposition/blink-cmp-copilot", enabled = false }, { "giuxtaposition/blink-cmp-copilot", enabled = false },
{ {
"saghen/blink.cmp", "saghen/blink.cmp",
dependencies = {
"mikavilpas/blink-ripgrep.nvim",
},
-- opts_extend = {"sources"}, -- opts_extend = {"sources"},
opts = { opts = {
sources = { sources = {
@ -17,10 +14,6 @@ return {
default = { "lsp", "snippets", "path", "lazydev", "buffer" }, default = { "lsp", "snippets", "path", "lazydev", "buffer" },
providers = { providers = {
-- markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" }, -- markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
ripgrep = {
module = "blink-ripgrep",
name = "Ripgrep",
},
}, },
}, },
appearance = { appearance = {
@ -73,12 +66,6 @@ return {
["<C-p>"] = { "snippet_backward", "fallback" }, ["<C-p>"] = { "snippet_backward", "fallback" },
["<Up>"] = { "select_prev", "fallback" }, ["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" }, ["<Down>"] = { "select_next", "fallback" },
["<C-g>"] = {
function()
-- invoke manually, requires blink >v0.8.0
require("blink-cmp").show({ sources = { "ripgrep" } })
end,
},
}, },
}, },
}, },

View file

@ -1,5 +1,11 @@
return { return {
"NeogitOrg/neogit", "NeogitOrg/neogit",
keys = {
{
"<C-g>",
"<CMD>Neogit<Cr>",
},
},
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", -- required "nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration "sindrets/diffview.nvim", -- optional - Diff integration