aboutsummaryrefslogtreecommitdiff
path: root/options.vim
AgeCommit message (Collapse)Author
2020-10-31move custom settings to core/ directoryjdhao
2020-10-02update optionsjdhao
2020-10-02update optionsjdhao
2020-09-28add wildignore optionjdhao
2020-09-28change wildmode optionjdhao
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-26update option.vimjdhao
2020-09-25remove colorcolumn optionjdhao
we can set it per filetype
2020-09-24fix style issues as per vintjdhao
2020-09-23move guicursor setting to option.vimjdhao
2020-05-22Update options.vimjdhao
2020-05-13do not set clipboard when no provider is foundjdhao
When there is no clipboard provider but we set the `clipboard` option, using the `:yank` command will produce a warning message. We need to check if a clipboard provider exists before setting up the clipboard option, see also [this issue](https://github.com/neovim/neovim/issues/12305).
2020-05-08remove dictionary completionjdhao
Dictionary completion is rather useless and hangs Neovim when accidentally triggered. It is better to remove it entirely.
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