aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-12Fix bug for text object for the entire bufferjdhao
2021-01-10update spell filesjdhao
2021-01-09Remove gv.vimjdhao
Its feature may be replaced by Glog command provided by vim-fugitive
2021-01-09Add blamer.nvimjdhao
2021-01-09update resource docjdhao
2021-01-08Update nvim setup scriptjdhao
2021-01-06Update mappingsjdhao
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-02Remove tools directoryjdhao
I use vista now. No need to use this for showing Markdown TOC since it is for use with tagbar.
2021-01-02Add colorscheme gruvbox-materialjdhao
2020-12-31updatejdhao
2020-12-29update docjdhao
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 more resourcesjdhao
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-27update commentstring for cppjdhao
2020-11-26make mapping buffer localjdhao
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-24update docjdhao
2020-11-21add text objects for entire bufferjdhao
2020-11-19update vista configjdhao
2020-11-16enable fuzzy completion for pylsjdhao