Эх сурвалжийг харах

Disable sign and fold columns (#360)

Added:

setlocal foldcolumn=0
setlocal signcolumn=no
bid0uille 6 жил өмнө
parent
commit
22de49a64c
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      autoload/startify.vim

+ 3 - 1
autoload/startify.vim

@@ -46,6 +46,8 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
   silent! setlocal
         \ bufhidden=wipe
         \ colorcolumn=
+        \ foldcolumn=0
+        \ matchpairs=
         \ nobuflisted
         \ nocursorcolumn
         \ nocursorline
@@ -54,7 +56,7 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
         \ norelativenumber
         \ nospell
         \ noswapfile
-        \ matchpairs=
+        \ signcolumn=no
   if empty(&statusline)
     setlocal statusline=\ startify
   endif