aboutsummaryrefslogtreecommitdiff
path: root/init.vim
AgeCommit message (Collapse)Author
2020-09-30change custom variable locationjdhao
2020-09-27use printf for string concatenation where neededjdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-02remove global setting since it is not used anywayjdhao
2020-03-30chore: remove short url and replace with true urljdhao
2019-12-09Update system check methodjdhao
2019-12-08Add Google Vimscript style guidejdhao
2019-12-08Turn global variable to localjdhao
A variable without scope is global by default, see http://rbtnn.hateblo.jp/entry/2014/12/28/010913
2019-11-10Update plugin install logicjdhao
Only install plugins system-wide if the system is *nix system
2019-11-09Update init.vimjdhao
2019-11-09Update init.vimjdhao
2019-09-27Update init.vimjdhao
2019-09-27Fix a bug in sourcing vim files.jdhao
vim files such as 'variables.vim' under the same folder as init.vim can not be correctly sourced with `source somefile.vim`. Because source command is relative to the correct folder, you must specify the absolute path of vim script.
2019-09-26Split large nvim config into several files for easier managementjdhao
2019-09-25Update nvim and nvim-qt configjdhao
2019-09-17Update vim-airline settingsjdhao
2019-09-16Various small updatejdhao
2019-09-12Simplify init.vim and move settings to autoload and after directoryjdhao
2019-08-14Clean Nvim configjdhao
2019-07-18Update init.vimjdhao
2019-06-12change function commentjdhao
2019-05-23Simplify init.vimjdhao
2019-05-12Simplify init.vimjdhao
2019-05-07Simplify init.vimjdhao
2019-05-06Simplify init.vimjdhao
2019-05-03Update init.vimjdhao
2019-04-29Update init.vimjdhao
2019-04-27Change neovim configjdhao
2019-04-25First commitjdhao