aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
AgeCommit message (Collapse)Author
2021-03-19update vim-lsp settingsjdhao
Use pylint for linting instead of flake8, which is shitty in finding apparent errors in the code.
2021-02-27Use fastgit for cloning vim plugin reposjdhao
2021-02-27Update vim-plug settingjdhao
vim-plug reads the variable g:plug_home and will set its as the directory to install plugins. So we do not need to invent a new variable for this purpose.
2021-02-26Install vlime only when sbcl is availablejdhao
2021-02-26Add plugin neuims for auto IME switch on Windowsjdhao
2021-02-26update airline settings for vim-xkbswitchjdhao
2021-02-25Remove tokyonight colorschemejdhao
2021-02-25Add plugin vim-xkbswitchjdhao
2021-02-23Update fugitive mappingsjdhao
2021-02-21updatejdhao
2021-02-21Refactor the auto-quit logicjdhao
Also quit quickfix window if it is the only window left.
2021-02-20Update vimtex settingsjdhao
2021-02-20Update vim-fugitive settingsjdhao
Add mappings
2021-02-20Update vimtex settingsjdhao
2021-02-20Update vimtex settingsjdhao
2021-02-18Update vim-grammarous settingsjdhao
Only enable its mapping in a Markdown file.
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-09Remove gv.vimjdhao
Its feature may be replaced by Glog command provided by vim-fugitive
2021-01-09Add blamer.nvimjdhao
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-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-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-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