diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-29 22:09:01 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-29 22:09:01 +0200 |
commit | 380f257bf2fad773012de5302a2ce13493f60906 (patch) | |
tree | 220845e9718568e89c13d7da0d8213d7637e5ad7 /fnl | |
parent | ee9511fa7864119eba55e3a210abfc30dcb037f9 (diff) |
Tab for cmp conformation
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/cmp.fnl | 2 |
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} |