aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-02-20Update vimtex settingsjdhao
2021-02-18Update vim-grammarous settingsjdhao
Only enable its mapping in a Markdown file.
2021-02-17Move cursor color autocmd to autocommands scriptjdhao
2021-02-15Update firenvim settingsjdhao
Fix font size issue, see https://github.com/glacambre/firenvim/issues/869.
2021-02-13Update LeaderF settingjdhao
Use default theme for popup window.
2021-01-29Update languagetool ignore rulesjdhao
2021-01-29Update LeaderF settingsjdhao
2021-01-27Update leaderf settingsjdhao
2021-01-20Update isfname optionjdhao
Colon is a valid character for file path on Windows.
2021-01-20Update isfname optionjdhao
These characters should not be used in file names.
2021-01-17Remove number from spell suggestionjdhao
It seems that adding number to the default spell suggestion (fast) will make Neovim super slow when we press z= for spell suggestions. Without that number, Neovim will be super responsive. See also vim/vim#4087.
2021-01-12Fix bug for text object for the entire bufferjdhao
2021-01-09Remove gv.vimjdhao
Its feature may be replaced by Glog command provided by vim-fugitive
2021-01-09Add blamer.nvimjdhao
2021-01-05updatejdhao
2021-01-05Add OSC 52 terminal sequence support via pluginjdhao
2021-01-05update vim-lsp settingsjdhao
Some vim-lsp config options are renamed.
2021-01-02Add colorscheme gruvbox-materialjdhao
2020-12-26Remove git-messenger.vimjdhao
It does not work for git version below 1.8.5 (which is what CentOS 7.4 has by default), since it requires -C option. See also rhysd/git-messenger.vim#67.
2020-12-25Update airline settingsjdhao
2020-12-24Update gruvbox8 colorscheme settingsjdhao
2020-12-24Add tokyonight colorschemejdhao
2020-12-23Remove toast colorschemejdhao
Too dark to fit my taste.
2020-12-21Remove srcery colorschemejdhao
Does not work well for zoc terminal.
2020-12-20Remove humanoid colorschemejdhao
Signify signs are barely readable.
2020-12-20Add edge and sonokai colorschemejdhao
2020-12-16Make a plugin for leaving insert modejdhao
2020-12-10remove sublimemonokai colorschemejdhao
Does not work well for markdown inline links.
2020-12-09add plugin vimSumjdhao
2020-12-07remove material.vim colorschemejdhao
Visual selection is barely visible.
2020-12-03updatejdhao
2020-12-03add humanoid color schemejdhao
2020-12-03remove prosession settingsjdhao
2020-12-02add humanoid colorschemejdhao
2020-12-02Remove vim-prosession (does not work well for me)jdhao
2020-12-02add plugins to manage session filesjdhao
2020-11-30No need to set background to dark (it is the default)jdhao
It also increases the Neovim startup time.
2020-11-28update colorscheme sublimemonokaijdhao
2020-11-28remove some color schemesjdhao
2020-11-28remove some plugins, they do not work well for markdownjdhao
2020-11-25updatejdhao
2020-11-25updatejdhao
2020-11-25only use vim-lsp-cxx-highlight if we have cclsjdhao
2020-11-25formatjdhao
2020-11-25update ALE and Neoformat settingsjdhao
Disable ALE for C++/C linting since we use ccls.
2020-11-25Initial support for C++jdhao
2020-11-24Using jk to escape insert mode without lagging.jdhao
See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/.
2020-11-21add text objects for entire bufferjdhao
2020-11-19update vista configjdhao
2020-11-16enable fuzzy completion for pylsjdhao