aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
AgeCommit message (Collapse)Author
2019-12-19Remove unsuitable airline themesjdhao
2019-12-16Change plugin ale repojdhao
Plug ale has been transferred to a group.
2019-12-11Update vim-plug install logicjdhao
2019-12-10Update plugin matchup settingjdhao
2019-12-09Merge branch 'master' of https://github.com/jdhao/nvim-configjdhao
2019-12-09Update system check methodjdhao
2019-12-09Fix asyncrun command output issue for Chinesejdhao
The command output returned by Windows system may not be encoded in utf-8 format. We need to set the format explicitly.
2019-12-06Add async support for external commandjdhao
Use asyncrun.vim for now. May switch to Dispatch later.
2019-12-04Show current search item in different colorjdhao
2019-12-03Update semshi install commandjdhao
It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59
2019-12-02Update random airline theme candidatejdhao
2019-11-29Replace nerdcommenter with commentaryjdhao
2019-11-28Remove some color themesjdhao
2019-11-28Remove vim-quickrunjdhao
2019-11-27Reduce nvim startup timejdhao
2019-11-22Update vim-pandoc-syntax settingjdhao
2019-11-20Use silent mappingsjdhao
2019-11-20Remove fzf and use leaderf insteadjdhao
2019-11-19Update plugin comfortable-motion settingsjdhao
2019-11-09Update plugin.vimjdhao
Change plugin installation directory based on whether we want to config neovim globally or locally.
2019-10-15Add markdown support for tagbarjdhao
2019-09-26Split large nvim config into several files for easier managementjdhao