diff --git a/nvim/m-housh/lua/user/plugin/cmp.lua b/nvim/m-housh/lua/user/plugin/cmp.lua index 0785230..3e59418 100755 --- a/nvim/m-housh/lua/user/plugin/cmp.lua +++ b/nvim/m-housh/lua/user/plugin/cmp.lua @@ -43,7 +43,8 @@ return { if luasnip.expandable() then luasnip.expand() else - cmp.confirm({ behavior = cmp.ConfirmBehavior.Insert, select = true }) + cmp.mapping.confirm({ select = false }) + fallback() end else fallback() diff --git a/nvim/m-housh/spell/en.utf-8.add b/nvim/m-housh/spell/en.utf-8.add index 4704e78..42cf876 100755 --- a/nvim/m-housh/spell/en.utf-8.add +++ b/nvim/m-housh/spell/en.utf-8.add @@ -9,3 +9,4 @@ CFM Hydronic subpar quo +IAQ diff --git a/nvim/m-housh/spell/en.utf-8.add.spl b/nvim/m-housh/spell/en.utf-8.add.spl index faf0b0f..3294b3e 100755 Binary files a/nvim/m-housh/spell/en.utf-8.add.spl and b/nvim/m-housh/spell/en.utf-8.add.spl differ