| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-10 | update wilder.nvim conf | jdhao | |
| 2022-03-29 | [fix] quit does not work for 2 windows | jdhao | |
| If current buf in remaning two or more windows are filetypes in the quit list, we should also quit nvim also. | |||
| 2022-02-11 | fix: wilder.nvim auto-start improvement | jdhao | |
| Using CursorHold to start wilder.nvim is not ideal, since it depends on the value of option 'updatetime'. Using a timer may be a better idea. | |||
| 2022-02-09 | chore: update theme hint message | jdhao | |
| 2022-02-05 | Use nvim-tree as file explorer when we open a folder | jdhao | |
| netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name. | |||
| 2022-02-03 | update logging conf | jdhao | |
| 2022-02-03 | chore: add comment | jdhao | |
| 2022-02-02 | update LeaderF conf | jdhao | |
| 2022-01-30 | use debug mode | jdhao | |
| 2022-01-26 | update matchparen highlight | jdhao | |
| 2022-01-13 | use lua for may_create_dir | jdhao | |
| 2022-01-13 | feat: create parent dir of current file if it does not exist | jdhao | |
| 2022-01-09 | chore: remove semshi settings | jdhao | |
| That plugin has been deleted before | |||
| 2022-01-07 | add icon and scrollbar for wilder.nvim | jdhao | |
| 2022-01-07 | simplify wilder.nvim settings | jdhao | |
| 2022-01-07 | fix: link is broken for wilder.nvim | jdhao | |
| 2022-01-06 | wilder.nvim popup menu now respects pumblend | jdhao | |
| See also https://github.com/gelguy/wilder.nvim/pull/115. | |||
| 2022-01-04 | remove two mappings that warn of mapping deprecation | jdhao | |
| 2021-12-29 | g:mapleader | jdhao | |
| 2021-12-28 | refactor: resume edit position --> resume cursor position | jdhao | |
| 2021-12-23 | add colorscheme kanagawa | jdhao | |
| 2021-12-20 | fix bug in go to last edit position | jdhao | |
| If a go-to-line command is given, do not go to last edit position for the file. | |||
| 2021-12-15 | renaming variables | jdhao | |
| 2021-12-11 | remove oo and OO normal mode mapping | jdhao | |
| 2021-12-11 | update nvim-hlslens settings | jdhao | |
| 2021-12-10 | use en_US.utf-8 as default | jdhao | |
| 2021-12-06 | remove plugin gutentags | jdhao | |
| I rarely use it. | |||
| 2021-12-05 | remove mentioning of vim-airline | jdhao | |
| 2021-12-05 | replace vim-airline with lualine | jdhao | |
| Lualine is now feature-rich and faster than vim-airline. | |||
| 2021-12-05 | update fugitive conf | jdhao | |
| 2021-12-05 | more fugitive shortcut | jdhao | |
| 2021-12-04 | update default value of option 'wrap' | jdhao | |
| 2021-12-02 | update Leaderf rg conf | jdhao | |
| Suppress permission denied error messages when grepping using ripgrep. | |||
| 2021-12-01 | [v0.6] default value for option inccommand and joinspaces changed | jdhao | |
| 2021-12-01 | [v0.6] backupdir will be created by default | jdhao | |
| No need to create the backupdir manually. | |||
| 2021-12-01 | [v0.6] Y is mapped to y$ by default | jdhao | |
| 2021-11-23 | refactor: renaming function | jdhao | |
| 2021-11-23 | refactor theme loading | jdhao | |
| 2021-11-23 | update LeaderF conf | jdhao | |
| 2021-11-21 | reword warning msg | jdhao | |
| 2021-11-21 | update packer-related instructions | jdhao | |
| 2021-11-07 | drop auto-remove trailing whitespaces | jdhao | |
| When working with legacy code which is not well formatted, it will cause large undesirable diffs. | |||
| 2021-11-05 | change matchparen highlight | jdhao | |
| 2021-11-03 | add mapping: keep cursor position after yanking | jdhao | |
| 2021-11-03 | change mapping to insert semicolon in insert mode | jdhao | |
| 2021-11-03 | less timeout | jdhao | |
| 2021-11-03 | more mapping | jdhao | |
| 2021-11-02 | remove trailing whitespace on save | jdhao | |
| 2021-11-01 | move whitespace utility into separate plugins | jdhao | |
| 2021-11-01 | update LeaderF settings | jdhao | |
