10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
return {
|
|
'uga-rosa/cmp_dictionary.nvim',
|
|
config = function()
|
|
require('cmp_dictionary').setup {
|
|
paths = { '/usr/share/dict/words' },
|
|
exact_length = 2,
|
|
}
|
|
end,
|
|
}
|