1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update init.vim

This commit is contained in:
jdhao 2019-11-09 18:52:21 +08:00 committed by GitHub
parent 76d8e97449
commit e7e0dad605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@
" for users, set g:nvim_system_wide to 1. If you only want to use it for " for users, set g:nvim_system_wide to 1. If you only want to use it for
" personal need, set this variable to 0. " personal need, set this variable to 0.
if has('unix') if has('unix')
let g:nvim_system_wide = 1 let g:nvim_system_wide = 0
else else
let g:nvim_system_wide = 0 let g:nvim_system_wide = 0
endif endif