From 7c93adcf20733919026533133642c33f839bd155 Mon Sep 17 00:00:00 2001 From: Geo Stanciu Date: Sun, 11 Aug 2024 13:47:52 +0300 Subject: [PATCH] Standard autocompletion --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 63add838..19a2d3c1 100644 --- a/init.lua +++ b/init.lua @@ -737,9 +737,9 @@ require('lazy').setup({ -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines - --[''] = cmp.mapping.confirm { select = true }, - --[''] = cmp.mapping.select_next_item(), - --[''] = cmp.mapping.select_prev_item(), + [''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.select_next_item(), + [''] = cmp.mapping.select_prev_item(), -- Manually trigger a completion from nvim-cmp. -- Generally you don't need this, because nvim-cmp will display