| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-15 | Update vim-airline settings | jdhao | |
| Disable the scrollbar feature. It is distracting. Ref: https://github.com/vim-airline/vim-airline/commit/ecac148e19fe28d0f13af5f99d9500c2eadefe4c | |||
| 2021-04-21 | update indent-blankline settings | jdhao | |
| 2021-04-14 | Remove cursorline | jdhao | |
| 2021-04-14 | Tweak lua stuff | jdhao | |
| 2021-04-13 | update vim-fugitive settings | jdhao | |
| 2021-04-13 | Add more plugins | jdhao | |
| 2021-04-12 | Move lua config to its own lua files | jdhao | |
| Embedding lua in vimscript using lua here doc is not ideal for editing. | |||
| 2021-04-11 | Make nvim-compe setting all lua | jdhao | |
| For lua plugins, configuring them in lua instead of vim script is sensible. | |||
| 2021-04-09 | update nvim-lsp config | jdhao | |
| 2021-04-09 | Disable unused provider | jdhao | |
| 2021-04-09 | update nvim-compe settings | jdhao | |
| 2021-04-08 | remove plugin emmet.vim | jdhao | |
| Rarely used. | |||
| 2021-04-08 | update nvim-lsp config | jdhao | |
| 2021-04-07 | update nvim-lsp related settings | jdhao | |
| 2021-04-06 | Use nvim builtin lsp instead of vim-lsp | jdhao | |
| 2021-04-06 | Enable embeded lua highlight in vim script | jdhao | |
| 2021-03-27 | Remove blamer.nvim | jdhao | |
| We can select a line and use command :Git blame to show the blame message for this line. So this plugin is not really needed. | |||
| 2021-03-25 | update Python settings and related doc | jdhao | |
| 2021-03-23 | update ignore settings | jdhao | |
| 2021-03-23 | Add more settings for cpp | jdhao | |
| 2021-03-20 | Remove cmd line message auto-clear feature | jdhao | |
| 2021-03-19 | Use termguicolors | jdhao | |
| 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-03-11 | Change how non-breakable space is shown | jdhao | |
| 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-17 | Move cursor color autocmd to autocommands script | jdhao | |
| 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-20 | Update isfname option | jdhao | |
| Colon is a valid character for file path on Windows. | |||
| 2021-01-20 | Update isfname option | jdhao | |
| These characters should not be used in file names. | |||
| 2021-01-17 | Remove number from spell suggestion | jdhao | |
| 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-12 | Fix bug for text object for the entire buffer | jdhao | |
| 2021-01-09 | Remove gv.vim | jdhao | |
| Its feature may be replaced by Glog command provided by vim-fugitive | |||
