aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-30update fold text stylejdhao
2020-09-30update foldtext functionjdhao
2020-09-30disable tutor pluginjdhao
2020-09-30change custom variable locationjdhao
2020-09-30update readmejdhao
2020-09-29Remove nerdtree, I rarely use itjdhao
2020-09-28reduce yank highlight timejdhao
2020-09-28change location to install vim-plugjdhao
2020-09-28fix missing runtimepath issuejdhao
it seems that stdpath('data') is not in the runtimepath.
2020-09-28update fugitive settingjdhao
2020-09-28add wildignore optionjdhao
2020-09-28change wildmode optionjdhao
2020-09-27remove some mappings I seldom usejdhao
2020-09-27add ! for custom functionsjdhao
2020-09-27add mapping to move single or multiple linesjdhao
2020-09-27use match(), replace obscure regex-match notationjdhao
2020-09-27update docsjdhao
2020-09-27refactor: vim-plug installjdhao
2020-09-27refactor: vim-plug installjdhao
2020-09-27refactor: vim-plug installjdhao
2020-09-27update airline settingjdhao
2020-09-27do not load menu(I have never used it)jdhao
2020-09-27remove goyo (I rarely use it)jdhao
2020-09-27use g:is_win to check current systemjdhao
2020-09-27refactor: simplify if elsejdhao
2020-09-27update vim-plug install logicjdhao
2020-09-27refactor: variable namingjdhao
2020-09-27change location of vim-plugjdhao
2020-09-27use printf for string concatenation where neededjdhao
2020-09-26update docsjdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-26turn tab to spacesjdhao
2020-09-26update option.vimjdhao
2020-09-25remove colorcolumn optionjdhao
we can set it per filetype
2020-09-24update spell filejdhao
2020-09-24fix doc syntax issuesjdhao
2020-09-24fix style issues as per vintjdhao
2020-09-24Merge branch 'master' of https://github.com/jdhao/nvim-configjdhao
2020-09-24update LeaderF settingsjdhao
2020-09-24remove search highlight toggle mappingjdhao
2020-09-23Update Nvim_setup.shjdhao
2020-09-23update fvim settingsjdhao
2020-09-23remove guicursor settingjdhao
It seems that put guicursor setting here has no effect. The cursor color and shape won't change.
2020-09-23move guicursor setting to option.vimjdhao
2020-09-23update grammarous settingjdhao
2020-09-22move guicursor setting to ginit.vimjdhao
2020-09-22change yank highlight groupjdhao
2020-09-22update highlight group for yank to Searchjdhao
highlight group IncSearch is a little bit dim. I want the yank highlight to be brighter
2020-09-21add abort for functionsjdhao
2020-09-20clean <silent> usage in mappingsjdhao