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

7 Commits

Author SHA1 Message Date
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