From 227d4ab17a00bdac9e473a87b9b04b98c443451f Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Mon, 12 May 2025 22:43:42 -0700 Subject: [PATCH] Set supertab instead of enter autocomplete. --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index f012464..e8706cd 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -15,7 +15,7 @@ return { version = "1.*", opts = { keymap = { - preset = "enter", + preset = "super-tab", }, sources = { default = { "lsp", "path", "buffer" },