mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:50:05 +08:00
Fix defx option (#2677)
This commit is contained in:
parent
95cbed444a
commit
06df393296
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user