1
0
Fork 0

nvim: add completion from spelling suggestions

This commit is contained in:
tastytea 2022-09-09 05:43:25 +02:00
parent 14ad7d9710
commit 2a61b2098a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ if cmp and luasnip then
{ name = 'luasnip' },
}, {
{ name = 'buffer' },
{ name = 'spell' }
})
})

View File

@ -62,6 +62,7 @@ require('packer').startup({ function(use)
},
'https://github.com/hrsh7th/cmp-nvim-lua',
'https://github.com/uga-rosa/cmp-dictionary',
'https://github.com/f3fora/cmp-spell'
}
}