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:
parent
e7e0dad605
commit
4b9f227082
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user