| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-19 | update vim-lsp settings | jdhao | |
| Use pylint for linting instead of flake8, which is shitty in finding apparent errors in the code. | |||
| 2021-02-27 | Use fastgit for cloning vim plugin repos | jdhao | |
| 2021-02-27 | Update vim-plug setting | jdhao | |
| 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-26 | Install vlime only when sbcl is available | jdhao | |
| 2021-02-26 | Add plugin neuims for auto IME switch on Windows | jdhao | |
| 2021-02-26 | update airline settings for vim-xkbswitch | jdhao | |
| 2021-02-25 | Remove tokyonight colorscheme | jdhao | |
| 2021-02-25 | Add plugin vim-xkbswitch | jdhao | |
| 2021-02-23 | Update fugitive mappings | jdhao | |
| 2021-02-21 | update | jdhao | |
| 2021-02-21 | Refactor the auto-quit logic | jdhao | |
| Also quit quickfix window if it is the only window left. | |||
| 2021-02-20 | Update vimtex settings | jdhao | |
| 2021-02-20 | Update vim-fugitive settings | jdhao | |
| Add mappings | |||
| 2021-02-20 | Update vimtex settings | jdhao | |
| 2021-02-20 | Update vimtex settings | jdhao | |
| 2021-02-18 | Update vim-grammarous settings | jdhao | |
| Only enable its mapping in a Markdown file. | |||
| 2021-02-15 | Update firenvim settings | jdhao | |
| Fix font size issue, see https://github.com/glacambre/firenvim/issues/869. | |||
| 2021-02-13 | Update LeaderF setting | jdhao | |
| Use default theme for popup window. | |||
| 2021-01-29 | Update languagetool ignore rules | jdhao | |
| 2021-01-29 | Update LeaderF settings | jdhao | |
| 2021-01-27 | Update leaderf settings | jdhao | |
| 2021-01-09 | Remove gv.vim | jdhao | |
| Its feature may be replaced by Glog command provided by vim-fugitive | |||
| 2021-01-09 | Add blamer.nvim | jdhao | |
| 2021-01-05 | Add OSC 52 terminal sequence support via plugin | jdhao | |
| 2021-01-05 | update vim-lsp settings | jdhao | |
| Some vim-lsp config options are renamed. | |||
| 2021-01-02 | Add colorscheme gruvbox-material | jdhao | |
| 2020-12-26 | Remove git-messenger.vim | jdhao | |
| 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-25 | Update airline settings | jdhao | |
| 2020-12-24 | Add tokyonight colorscheme | jdhao | |
| 2020-12-23 | Remove toast colorscheme | jdhao | |
| Too dark to fit my taste. | |||
| 2020-12-21 | Remove srcery colorscheme | jdhao | |
| Does not work well for zoc terminal. | |||
| 2020-12-20 | Remove humanoid colorscheme | jdhao | |
| Signify signs are barely readable. | |||
| 2020-12-20 | Add edge and sonokai colorscheme | jdhao | |
| 2020-12-16 | Make a plugin for leaving insert mode | jdhao | |
| 2020-12-10 | remove sublimemonokai colorscheme | jdhao | |
| Does not work well for markdown inline links. | |||
| 2020-12-09 | add plugin vimSum | jdhao | |
| 2020-12-07 | remove material.vim colorscheme | jdhao | |
| Visual selection is barely visible. | |||
| 2020-12-03 | remove prosession settings | jdhao | |
| 2020-12-02 | add humanoid colorscheme | jdhao | |
| 2020-12-02 | Remove vim-prosession (does not work well for me) | jdhao | |
| 2020-12-02 | add plugins to manage session files | jdhao | |
| 2020-11-28 | update colorscheme sublimemonokai | jdhao | |
| 2020-11-28 | remove some color schemes | jdhao | |
| 2020-11-28 | remove some plugins, they do not work well for markdown | jdhao | |
| 2020-11-25 | update | jdhao | |
| 2020-11-25 | update | jdhao | |
| 2020-11-25 | only use vim-lsp-cxx-highlight if we have ccls | jdhao | |
| 2020-11-25 | format | jdhao | |
| 2020-11-25 | update ALE and Neoformat settings | jdhao | |
| Disable ALE for C++/C linting since we use ccls. | |||
| 2020-11-25 | Initial support for C++ | jdhao | |
