AutoYADM commit: 2025-01-13 20:30:04
This commit is contained in:
parent
f37cacf40a
commit
c2acd073c5
3 changed files with 8 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
-- dir = "~/dev/plugins/ashen.nvim/",
|
||||
"ficcdaf/ashen.nvim",
|
||||
dir = "~/dev/plugins/ashen.nvim/",
|
||||
-- "ficcdaf/ashen.nvim",
|
||||
-- only for debugging
|
||||
dependencies = {
|
||||
"folke/snacks.nvim",
|
||||
|
|
|
@ -7,9 +7,6 @@ return {
|
|||
{ "giuxtaposition/blink-cmp-copilot", enabled = false },
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
dependencies = {
|
||||
"mikavilpas/blink-ripgrep.nvim",
|
||||
},
|
||||
-- opts_extend = {"sources"},
|
||||
opts = {
|
||||
sources = {
|
||||
|
@ -17,10 +14,6 @@ return {
|
|||
default = { "lsp", "snippets", "path", "lazydev", "buffer" },
|
||||
providers = {
|
||||
-- markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
|
||||
ripgrep = {
|
||||
module = "blink-ripgrep",
|
||||
name = "Ripgrep",
|
||||
},
|
||||
},
|
||||
},
|
||||
appearance = {
|
||||
|
@ -73,12 +66,6 @@ return {
|
|||
["<C-p>"] = { "snippet_backward", "fallback" },
|
||||
["<Up>"] = { "select_prev", "fallback" },
|
||||
["<Down>"] = { "select_next", "fallback" },
|
||||
["<C-g>"] = {
|
||||
function()
|
||||
-- invoke manually, requires blink >v0.8.0
|
||||
require("blink-cmp").show({ sources = { "ripgrep" } })
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
return {
|
||||
"NeogitOrg/neogit",
|
||||
keys = {
|
||||
{
|
||||
"<C-g>",
|
||||
"<CMD>Neogit<Cr>",
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim", -- required
|
||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue