jdhao
a5eea11a57
change netrw's http command
...
It seems the default command used by netrw for download files (with curl) will error out on Windows for https://www.unicode.org .
I have no idea why. Need to work around this issue. See also https://github.com/chrisbra/unicode.vim/issues/51
2020-10-09 15:05:26 +08:00
jdhao
2b015bd51e
disable tutor plugin
2020-09-30 16:04:22 +08:00
jdhao
63dfd0031c
change custom variable location
2020-09-30 15:51:29 +08:00
jdhao
a5ff42407b
do not load menu(I have never used it)
2020-09-27 19:57:37 +08:00
jdhao
b65c7c6d70
change vim script style from 4-space indent to 2-space
2020-09-26 09:15:40 +08:00
jdhao
62d8266f07
Update system check method
2019-12-09 23:21:28 +08:00
jdhao
87ffb23f4c
Disable loading matchit plugin
...
Add the global variable identifier to loaded_matchit variable
2019-11-29 10:35:58 +08:00
jdhao
c6d748ff09
Fix a bug about Python 3 path
...
On Windows, there is not python3.exe symlinked to python.exe when you use Anaconda 3. There is just one python.exe, which
will start Python 3. So we should check the existence of python instead of python3. It is the user's responsibility to make sure
that Python 3 is installed instead of Python 2.
2019-11-25 10:14:01 +08:00
jdhao
f66dba0e7a
Change netrw settings
2019-11-23 01:24:51 +08:00
jdhao
2bb4ecbfda
Explicitly use Python3
2019-11-22 23:17:58 +08:00
jdhao
d290d79bb9
Simplify the way to get correct python3_host_prog
2019-11-05 01:05:13 +08:00
jdhao
460ec98052
Split large nvim config into several files for easier management
2019-09-26 23:18:19 +08:00