aboutsummaryrefslogtreecommitdiff
path: root/variables.vim
AgeCommit message (Collapse)Author
2019-12-09Update system check methodjdhao
2019-11-29Disable loading matchit pluginjdhao
Add the global variable identifier to loaded_matchit variable
2019-11-25Fix a bug about Python 3 pathjdhao
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-23Change netrw settingsjdhao
2019-11-22Explicitly use Python3jdhao
2019-11-05Simplify the way to get correct python3_host_progjdhao
2019-09-26Split large nvim config into several files for easier managementjdhao