| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-16 | [nvim 0.7] use filetype.lua for detecting ft | jdhao | |
| 2022-04-16 | [nvim 0.7] no more py2 support | 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-01-30 | use debug mode | jdhao | |
| 2021-12-29 | g:mapleader | jdhao | |
| 2021-12-10 | use en_US.utf-8 as default | jdhao | |
| 2021-10-31 | remove redundant fold marks | jdhao | |
| 2021-10-23 | change default logging level | jdhao | |
| 2021-10-23 | add global variable logging_level | 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 | |
