Skip to content

Commit b011b53

Browse files
committed
allow enter to accept cmp
1 parent eb07f20 commit b011b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/home-manager/nvim/lua/plugins/lspconfig.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ return {
9898
opts = {
9999
keymap = {
100100
preset = "super-tab",
101+
["<CR>"] = { "accept", "fallback" },
101102
},
102103
sources = {
103104
-- add lazydev to your completion providers

0 commit comments

Comments
 (0)