Skip to content

Commit

Permalink
fix(not good): cmp-dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jan 22, 2024
1 parent 18e78af commit 42a51d1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lua/aceforeverd/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,10 @@ M.plugin_list = {
exact = 2,
capacity = 5,
debug = false,
})
dict.switcher({
spelllang = {
en = { '/usr/share/dict/words' },
en_US = { '/usr/share/dict/words' },
paths = {
'/usr/share/dict/words',
}
})
-- required since it loads from InsertEnter
vim.cmd("CmpDictionaryUpdate")
end,
lazy = true,
},
Expand Down

0 comments on commit 42a51d1

Please sign in to comment.