diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-28 23:39:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-28 23:39:09 +0800 |
| commit | 597a2aba80dc261744b377338f5ac3bf32e27480 (patch) | |
| tree | 4c21caac2f359cea823e8903cbde6213a84885df /core | |
| parent | f1f6d0b351538f6467dacd42dfad3068b6375a9a (diff) | |
always use sign column
Diffstat (limited to 'core')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.vim b/core/options.vim index d3da955..9b18c6e 100644 --- a/core/options.vim +++ b/core/options.vim @@ -162,7 +162,7 @@ set termguicolors " https://github.com/neovim/neovim/wiki/FAQ#how-to-change-cursor-color-in-the-terminal set guicursor=n-v-c:block-Cursor/lCursor,i-ci-ve:ver25-Cursor2/lCursor2,r-cr:hor20,o:hor20 -set signcolumn=auto:2 +set signcolumn=yes:1 " Remove certain character from file name pattern matching set isfname-== |
