diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 912bc9fa..21608084 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -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", diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index d76ba364..71d187d1 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -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 { [""] = { "snippet_backward", "fallback" }, [""] = { "select_prev", "fallback" }, [""] = { "select_next", "fallback" }, - [""] = { - function() - -- invoke manually, requires blink >v0.8.0 - require("blink-cmp").show({ sources = { "ripgrep" } }) - end, - }, }, }, }, diff --git a/.config/nvim/lua/plugins/neogit.lua b/.config/nvim/lua/plugins/neogit.lua index b2186527..5ff8b624 100644 --- a/.config/nvim/lua/plugins/neogit.lua +++ b/.config/nvim/lua/plugins/neogit.lua @@ -1,5 +1,11 @@ return { "NeogitOrg/neogit", + keys = { + { + "", + "Neogit", + }, + }, dependencies = { "nvim-lua/plenary.nvim", -- required "sindrets/diffview.nvim", -- optional - Diff integration