mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
tutor: Update vim-tutor to 0.2.1
Also, some tweaks based on input by @fdinoff on gitter.
This commit is contained in:
@@ -21,8 +21,9 @@ setlocal iskeyword=@,-,_
|
||||
|
||||
setlocal foldmethod=expr
|
||||
setlocal foldexpr=tutor#TutorFolds()
|
||||
setlocal foldcolumn=3
|
||||
setlocal foldcolumn=1
|
||||
setlocal foldlevel=4
|
||||
setlocal nowrap
|
||||
|
||||
setlocal statusline=%{toupper(expand('%:t:r'))}\ tutorial%=
|
||||
setlocal statusline+=%{tutor#InfoText()}
|
||||
|
||||
Reference in New Issue
Block a user