| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-06 | update theme doom-one settings | jdhao | |
| 2021-09-09 | update registers.nvim settings | jdhao | |
| 2021-09-06 | update wildignore and backupskip settings | jdhao | |
| 2021-08-27 | Colorscheme plugins as opt plugins | jdhao | |
| 2021-08-26 | update leaderf settings | jdhao | |
| 2021-08-20 | Reduce timeout for nvim-notify | jdhao | |
| 2021-08-18 | Use nvim-hlslens instead of vim-anzu | jdhao | |
| 2021-08-18 | update option | jdhao | |
| 2021-08-18 | Add colorscheme everforest | jdhao | |
| 2021-08-16 | update vim-airline settings | jdhao | |
| 2021-08-14 | Use proper true or false value for boolean variables | jdhao | |
| In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers. | |||
| 2021-08-14 | refactor: change file name | jdhao | |
| 2021-08-13 | Use barbar.nvim for tabline | jdhao | |
| 2021-08-09 | update vim-airline settings | jdhao | |
| 2021-08-08 | Neovim --> Nvim | jdhao | |
| 2021-08-08 | Use custom git branch name for vim-airline | jdhao | |
| Airline relies on fugitive to get the branch name, but fugitive is conditionally loaded. So the branch name is not shown. We need to provide our own function to get the branch name. | |||
| 2021-08-07 | Move packer compile autocmd to new place | jdhao | |
| 2021-08-07 | refactor: set all custom highlight in one function | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
| 2021-08-07 | Fix: the loading condition for fugitive is wrong | jdhao | |
| We should load fugitive in the following two situations: + When we open nvim in a Git repository + When we are inside nvim and change the working directory to a Git reposity | |||
| 2021-08-05 | update airlinethemes | jdhao | |
| + Remove jellybeans and luna (they look terrible for ZOC terminal) + Add more themes | |||
| 2021-08-05 | Use nvim-notify for showing messages | jdhao | |
| 2021-08-04 | Remove neodark theme | jdhao | |
| It does not have good highlight for Markdown links. | |||
| 2021-08-04 | update vista settings | jdhao | |
| Remove double click mapping since it is added natively by vista | |||
| 2021-08-02 | Add more mappings | jdhao | |
| Credit: https://www.youtube.com/watch?v=hSHATqh8svM | |||
| 2021-08-01 | update wilder.nvim settings | jdhao | |
| 2021-08-01 | ALE is not needed (use nvim-lsp instead) | jdhao | |
| 2021-08-01 | Add wilder.nvim for cmdline auto-completion | jdhao | |
| 2021-07-30 | update airline themes | jdhao | |
| 2021-07-30 | Add doom-one colorscheme | jdhao | |
| 2021-07-27 | update fugitive settings | jdhao | |
| 2021-07-24 | Refactor: use a unified log function | jdhao | |
| 2021-07-24 | Simplify file reload logic | jdhao | |
| 2021-07-24 | Clean the code | jdhao | |
| 2021-07-24 | Remove plugin vim-titlecase | jdhao | |
| I cann't even remember when I used it last time. | |||
| 2021-07-19 | Move options to one place | jdhao | |
| 2021-07-17 | change onedark theme to onedark.nvim | jdhao | |
| 2021-07-17 | Update nvim-lspconfig settings | jdhao | |
| 1. Customize document hover window border color. 2. Show also the source that generates a certain diagnostic message. | |||
| 2021-07-14 | Use lua to configure lua plugins | jdhao | |
| 2021-07-09 | update packer and plugin settings | jdhao | |
| 2021-07-09 | Add backup for files | jdhao | |
| 2021-07-07 | No need for nvim-miniyank | jdhao | |
| Block paste issue fixed in https://github.com/neovim/neovim/pull/14848. | |||
| 2021-07-06 | Change vim-airline settings | jdhao | |
| When init.vim is sourced, runtimepath has been changed yet. So we can not find vim-airlinethemes under runtimepath. | |||
| 2021-07-06 | Update firenvim-related settings | jdhao | |
| 2021-07-06 | update register.nvim settings | jdhao | |
| 2021-07-05 | update register.nvim settings | jdhao | |
| See also https://github.com/tversteeg/registers.nvim/issues/30. | |||
| 2021-07-05 | Add plugin register.nvim | jdhao | |
| 2021-07-04 | Add colorscheme nord | jdhao | |
| 2021-07-02 | switch to packer for plugin management | jdhao | |
| 2021-06-26 | update better-escape.vim settings | jdhao | |
