summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-29 22:09:01 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-29 22:09:01 +0200
commit380f257bf2fad773012de5302a2ce13493f60906 (patch)
tree220845e9718568e89c13d7da0d8213d7637e5ad7
parentee9511fa7864119eba55e3a210abfc30dcb037f9 (diff)
Tab for cmp conformation
-rw-r--r--fnl/plugins/editor/cmp.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/cmp.fnl b/fnl/plugins/editor/cmp.fnl
index f3d2906..0ac7fe6 100644
--- a/fnl/plugins/editor/cmp.fnl
+++ b/fnl/plugins/editor/cmp.fnl
@@ -34,7 +34,7 @@
:c])
:<C-e> (cmp.mapping {:i (cmp.mapping.abort)
:c (cmp.mapping.close)})
- :<CR> (cmp.mapping.confirm {:select true})
+ :<tab> (cmp.mapping.confirm {:select true})
:<CR> (cmp.mapping.confirm {:select true})})
:sources [{:name :nvim_lsp}
{:name :nvim_lua}