aboutsummaryrefslogtreecommitdiff
path: root/init.vim
AgeCommit message (Collapse)Author
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