Skip to content

Commit

Permalink
fix(nvim): blink: disable signature
Browse files Browse the repository at this point in the history
It's already enabled by default
  • Loading branch information
aymanbagabas committed Jan 15, 2025
1 parent c150071 commit 0aad75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/neovim/config/plugin/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require("blink.cmp").setup({
nerd_font_variant = "mono",
kind_icons = require("icons").kinds,
},
signature = { enabled = true },
signature = { enabled = false },
sources = {
default = { "lsp", "path", "snippets", "buffer", "emoji" },
cmdline = {},
Expand Down

0 comments on commit 0aad75a

Please sign in to comment.