Skip to content

Commit 123b5b0

Browse files
authored
Update lua/astrocommunity/lsp/coc-nvim/init.lua
1 parent 79f08da commit 123b5b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/astrocommunity/lsp/coc-nvim/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ return {
7373
desc = "Hover symbol details",
7474
}
7575

76-
-- FIX: Add insert mode keymaps for completion behavior
7776
if not maps.i then maps.i = {} end
7877
maps.i["<C-Space>"] = { "coc#refresh()", desc = "Trigger completion", expr = true, silent = true }
7978
maps.i["<CR>"] = {

0 commit comments

Comments
 (0)