aboutsummaryrefslogtreecommitdiff
path: root/variables.vim
AgeCommit message (Collapse)Author
2020-10-31move custom settings to core/ directoryjdhao
2020-10-09change netrw's http commandjdhao
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-09-30disable tutor pluginjdhao
2020-09-30change custom variable locationjdhao
2020-09-27do not load menu(I have never used it)jdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
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