jayli / vim-easycomplete

杭州市余杭区最好用的 VIM/NVIM 代码补全插件
MIT License
412 stars 26 forks source link

iskeyword #210

Closed martineausimon closed 10 months ago

martineausimon commented 2 years ago

Hi ! Is there a way to use iskeyword function for dictionary completion ? I have the following lines in my init.lua but it doesn't work :

vim.opt.iskeyword:append("-")
vim.opt.iskeyword:append([[\]])
jayli commented 10 months ago

Please update the plugin and try again.

martineausimon commented 10 months ago

Thanks, it works perfectly !