From fddc6b8ee1dfb2f0cf21af020a1e9de2aa4e8735 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 10 Dec 2025 09:48:31 +0200 Subject: [PATCH] blink: enable friendly-snippets --- lua/crentist/lazy/completion.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/crentist/lazy/completion.lua b/lua/crentist/lazy/completion.lua index beed43f..62b19b6 100644 --- a/lua/crentist/lazy/completion.lua +++ b/lua/crentist/lazy/completion.lua @@ -90,6 +90,11 @@ return { dadbod = { name = 'Dadbod', module = 'vim_dadbod_completion.blink' }, + snippets = { + opts = { + friendly_snippets = true, + } + }, }, },