aboutsummaryrefslogtreecommitdiff
path: root/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-05-22 17:06:07 +0800
committerGitHub <noreply@github.com>2020-05-22 17:06:07 +0800
commitc81abfd064fa32f7ad29d17603e814b86d19ae63 (patch)
tree3c6835d6d148e5c4c1c1185326b2ae75751d3755 /options.vim
parentc56d9de160a3cf6ea4c041b64867c37496032e52 (diff)
Update options.vim
Diffstat (limited to 'options.vim')
-rw-r--r--options.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/options.vim b/options.vim
index fff2496..f490c6f 100644
--- a/options.vim
+++ b/options.vim
@@ -41,7 +41,7 @@ set shiftwidth=4 " number of spaces to use for autoindent
set expandtab " expand tab to spaces so that tabs are spaces
" Set matching pairs of characters and highlight matching brackets
-set matchpairs+=<:>,「:」
+set matchpairs+=<:>,「:」,『:』,【:】,“:”,‘:’,《:》
" Show line number and relative line number
set number relativenumber
@@ -132,9 +132,9 @@ set completeopt+=menuone " Show menu even if there is only one item
set completeopt-=preview " Disable the preview window
" Settings for popup menu
-set pumheight=15 " Maximum number of items to show in popup menu
+set pumheight=10 " Maximum number of items to show in popup menu
-" Scan files given by `dictionary` option
+" Insert mode key word completion setting
set complete+=kspell complete-=w complete-=b complete-=u complete-=t
set spelllang=en,cjk " Spell languages
@@ -159,7 +159,7 @@ set tildeop
set nojoinspaces
" Text after this column number is not highlighted
-set synmaxcol=500
+set synmaxcol=200
set nostartofline