diff --git a/autoload/VimGameCodeBreak/init.vim b/autoload/VimGameCodeBreak/init.vim index 8e3179c..3947614 100644 --- a/autoload/VimGameCodeBreak/init.vim +++ b/autoload/VimGameCodeBreak/init.vim @@ -53,6 +53,7 @@ function! s:setLocalSetting(config) setlocal signcolumn=no setlocal regexpengine=1 setlocal lazyredraw + setlocal nofoldenable syntax on " execute "setlocal synmaxcol=" . (a:config['width'] - 1) highlight statusLine ctermfg=yellow ctermbg=NONE guifg=yellow guibg=NONE