aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-26Fix a bug about termguicolors optionjdhao
We can not detect whether nvim-qt is loaded when sourcing `init.vim`. If termguicolors option is not set, we use a better color (badwolf in this case). Gruvbox8 is terrible when termguicolors is not set.
2019-10-26Fix a bug about termguicolorsjdhao
If we use nvim-qt, the TERM env variable may be empty. We should check if we are using the GUI.
2019-10-24Do not use annoying visual bells.jdhao
2019-10-24Fix true color support issuejdhao
Some terminal, for example, xshell, does not support true colors. In this case, we should not set the termguicolors option.
2019-10-18Add README for setting up markdown2ctagsjdhao
2019-10-15Add markdown support for tagbarjdhao
2019-10-15Add spell wordsjdhao
2019-10-09Add link to wiki pagejdhao
2019-09-28Remove ambiwidth settingjdhao
ambiwidth setting gobbles color columns
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-21Update readmejdhao
2019-09-21Remove binary spell filejdhao
2019-09-21Do not push binary spell filesjdhao
2019-09-21Add LaTeX snippetjdhao
2019-09-17Update vim-airline settingsjdhao
2019-09-16Various small updatejdhao
2019-09-12Update readmejdhao
2019-09-12Add spell filesjdhao
2019-09-12Add vim-plugjdhao
2019-09-12Simplify init.vim and move settings to autoload and after directoryjdhao
2019-08-14Clean Nvim configjdhao
2019-08-06update snippetsjdhao
2019-07-18Update init.vimjdhao
2019-06-25Update READMEjdhao
2019-06-18Update READMEjdhao
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-29Update words dictionary (remove useless and short words)jdhao
2019-04-28Update READMEjdhao
2019-04-27Change neovim configjdhao
2019-04-27Add Ultisnips snippetsjdhao
2019-04-25Update README and add dictjdhao
2019-04-25First commitjdhao
2019-04-25Initial commitjdhao