1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Fix defx option (#2677)

This commit is contained in:
Wang Shidong 2019-03-17 23:15:02 +08:00 committed by GitHub
parent 95cbed444a
commit 06df393296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,8 @@ function! s:defx_init()
setl nonumber
setl norelativenumber
setl listchars=
setl nofoldenable
setl foldmethod=manual
silent! nunmap <buffer> <Space>
silent! nunmap <buffer> <C-l>