Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions plugins/nobbz/lua/nobbz/blink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ local winhighlight = "Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:Pmen

require("blink.cmp").setup({
snippets = { preset = "luasnip", },
-- I'd like to keep it enabled for search, while disabling for command line.
-- see https://github.com/Saghen/blink.cmp/discussions/1580
cmdline = { enabled = false, },
signature = {
enabled = true,
window = { border = "single", },
Expand Down