mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Update nvim-cmp and nvim spell
This commit is contained in:
@@ -43,7 +43,8 @@ return {
|
|||||||
if luasnip.expandable() then
|
if luasnip.expandable() then
|
||||||
luasnip.expand()
|
luasnip.expand()
|
||||||
else
|
else
|
||||||
cmp.confirm({ behavior = cmp.ConfirmBehavior.Insert, select = true })
|
cmp.mapping.confirm({ select = false })
|
||||||
|
fallback()
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
fallback()
|
fallback()
|
||||||
|
|||||||
@@ -9,3 +9,4 @@ CFM
|
|||||||
Hydronic
|
Hydronic
|
||||||
subpar
|
subpar
|
||||||
quo
|
quo
|
||||||
|
IAQ
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user