aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-11-09 18:52:21 +0800
committerGitHub <noreply@github.com>2019-11-09 18:52:21 +0800
commite7e0dad605b75ff7485086b940b4bdc3a4ddcdd8 (patch)
tree4c81700d751596e55b9ebd1f22d8a5f59f76d80b /init.vim
parent76d8e974490ab56b93624cb9ae00b77ebfbafad5 (diff)
Update init.vim
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index d89deff..55285bc 100644
--- a/init.vim
+++ b/init.vim
@@ -54,7 +54,7 @@
" for users, set g:nvim_system_wide to 1. If you only want to use it for
" personal need, set this variable to 0.
if has('unix')
- let g:nvim_system_wide = 1
+ let g:nvim_system_wide = 0
else
let g:nvim_system_wide = 0
endif