Skip to content

Commit

Permalink
refactor(neovim): pin blink.cmp releases
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Dec 22, 2024
1 parent 8329623 commit 500c056
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .config/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return {
dependencies = {
{
"saghen/blink.cmp", -- Better completion
build = "cargo build --release",
version = "*",
dependencies = {
"giuxtaposition/blink-cmp-copilot",
"rafamadriz/friendly-snippets",
Expand Down Expand Up @@ -50,8 +50,6 @@ return {
end,
},

-- experimental signature help support
-- trigger = { signature_help = { enabled = true } }
sources = {
default = { "lsp", "path", "luasnip", "buffer", "copilot", "codecompanion" },
providers = {
Expand Down

0 comments on commit 500c056

Please sign in to comment.