| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-23 | remove solarized color theme | jdhao | |
| It sucks for viewing diff. | |||
| 2021-10-23 | change default logging level | jdhao | |
| 2021-10-23 | add global variable logging_level | jdhao | |
| 2021-10-22 | rename ui.vim --> themes.vim | jdhao | |
| 2021-10-22 | reduce updatetime | jdhao | |
| 2021-10-22 | change how lua conf is invoked | jdhao | |
| 2021-10-22 | remove vim-auto-save settings | jdhao | |
| 2021-10-22 | vimtex conf update | jdhao | |
| 2021-10-22 | firenvim conf update | jdhao | |
| 2021-10-22 | update wilder.nvim conf | jdhao | |
| 2021-10-22 | fix doc | jdhao | |
| 2021-10-21 | update vim-airline conf | jdhao | |
| 2021-10-21 | add option winblend | jdhao | |
| 2021-10-20 | update wilder.nvim conf | jdhao | |
| 1. use popup menu instead of statusline 2. use autocmd to activate | |||
| 2021-10-20 | fix package root directory issue | jdhao | |
| Expose a new global variable package_home. | |||
| 2021-10-20 | update theme list | jdhao | |
| Colorscheme vim-deus and solarized8 works badly for indent-blankline, so remove them. | |||
| 2021-10-19 | clean mappings | jdhao | |
| 2021-10-18 | replace vim-sneak with hop.nvim | jdhao | |
| 2021-10-18 | nvim-notify update | jdhao | |
| 2021-10-18 | remove unused mapping | jdhao | |
| 2021-10-17 | update leaderf conf | jdhao | |
| 2021-10-16 | Add warning for deprecated mappings | jdhao | |
| 2021-10-16 | re-add number to spellsuggest | jdhao | |
| Adding number to spellsuggest slows down neovim/vim dramatically previously, see jdhao/nvim-config@84ddd0c5f, and this issue is fix in neovim/neovim@94cb3b4b35. | |||
| 2021-10-16 | fix error caused by removal of vim-auto-save | jdhao | |
| 2021-10-16 | change LeaderF mappings | jdhao | |
| Make the mapping consistent | |||
| 2021-10-16 | fix nightfox colorscheme path | jdhao | |
| 2021-10-15 | refactor: load colorschemes randomly | jdhao | |
| In Emacs, there is `seq-random-elt` which randomly selects an element from a sequence. We mimic it here in Neovim. Ref: https://www.gnu.org/software/emacs/manual/html_node/elisp/Sequence-Functions.html. | |||
| 2021-10-11 | update mapping | jdhao | |
| 2021-10-11 | do not shadow default keys in normal mode | jdhao | |
| It causes delay (we have to wait timeoutlen milliseconds) when we want to use the key's original command. | |||
| 2021-10-11 | timeout | jdhao | |
| 2021-10-11 | update ignore files | jdhao | |
| 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 | |
