aboutsummaryrefslogtreecommitdiff
path: root/options.vim
AgeCommit message (Collapse)Author
2020-05-05update titlestring stylejdhao
2020-03-30chore: remove short url and replace with true urljdhao
2020-03-15Update: add grep programjdhao
2019-12-27Fix deoplete autocompletion issuejdhao
2019-12-25Reduce timeoutlenjdhao
2019-12-24increase timeoutlenjdhao
2019-12-15Change conceal settings for Markdownjdhao
2019-12-13Update options.vimjdhao
2019-12-13Update options.vimjdhao
2019-12-09Update spell settingsjdhao
2019-11-27Update mouse optionjdhao
Click mouse in normal mode will easily select words and enter visual mode, which is annoying. So disable mouse in visual mode.
2019-11-19The mouse feature is assumed by default.jdhao
2019-11-19Update option synmaxcoljdhao
The synmaxcol option must be set to a relatively large value, or syntax highlighting may not work correctly after long lines.
2019-11-16Update backupcopy optionjdhao
2019-11-16Update backup settingsjdhao
2019-11-14Enable mouse in insert modejdhao
2019-11-14Do not ignore PDF filesjdhao
2019-11-09Adjust certain optionsjdhao
2019-11-05Remove pumblend.jdhao
pumblend options does not work well for terminals which does not support true colors
2019-11-05Change wildignore settingjdhao
2019-11-03Split titlestring for easier interpretationjdhao
2019-10-24Do not use annoying visual bells.jdhao
2019-09-28Remove ambiwidth settingjdhao
ambiwidth setting gobbles color columns
2019-09-26Split large nvim config into several files for easier managementjdhao