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:
parent
66f2c7a8a6
commit
76d8e97449
12
init.vim
12
init.vim
@ -50,7 +50,17 @@
|
|||||||
"}
|
"}
|
||||||
|
|
||||||
"{ Main configurations
|
"{ Main configurations
|
||||||
let g:nvim_config_root = stdpath('config')
|
" If you are using Neovim on Linux system and want to set it up system wide
|
||||||
|
" 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
|
||||||
|
else
|
||||||
|
let g:nvim_system_wide = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
let g:nvim_config_root = expand('<sfile>:p:h')
|
||||||
|
|
||||||
let g:config_file_list = ['variables.vim',
|
let g:config_file_list = ['variables.vim',
|
||||||
\ 'options.vim',
|
\ 'options.vim',
|
||||||
\ 'autocommands.vim',
|
\ 'autocommands.vim',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user