From 4bb4195a0141662298b2cfa890f092e37ceaf3f8 Mon Sep 17 00:00:00 2001 From: Alexandre Ignjatovic Date: Wed, 2 Apr 2025 08:00:44 +0200 Subject: [PATCH] Add noselect to completion --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 42efdde1..0852edd8 100644 --- a/init.lua +++ b/init.lua @@ -825,7 +825,7 @@ require('lazy').setup({ luasnip.lsp_expand(args.body) end, }, - completion = { completeopt = 'menu,menuone,noinsert' }, + completion = { completeopt = 'menu,menuone,noinsert,noselect' }, -- For an understanding of why these mappings were -- chosen, you will need to read `:help ins-completion`