1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Adjust certain options

This commit is contained in:
jdhao
2019-11-09 18:54:36 +08:00
committed by GitHub
parent e7e0dad605
commit 4b9f227082

View File

@@ -130,7 +130,7 @@ set pumheight=15 " Maximum number of items to show in popup menu
set complete+=k,kspell complete-=w complete-=b complete-=u complete-=t
" Dictionary files for different systems
let g:MY_DICT = expand(stdpath('config') . '/dict/words')
let g:MY_DICT = expand(g:nvim_config_root . '/dict/words')
let &dictionary = &dictionary . ',' . g:MY_DICT
set spelllang=en,cjk " Spell languages