| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-15 | make filetype mapping local | jdhao | |
| Otherwise, the mapping will be global and leak to unrelated to files. | |||
| 2022-10-15 | use 2 spaces for tabs by default | jdhao | |
| This removes a lot of code duplication. If we want to use 4 spaces, we can set it separately in their ftplugin settings. | |||
| 2022-05-09 | add mapping to run vim script file | jdhao | |
| 2021-12-14 | update fold conf for vim script | jdhao | |
| When setting foldlevel to 0 and load some plugin via InsertEnter event using packer.nvim, if we press i to go to insert mode, the fold for vim script file will be automatically closed. It is really annoying. I have pinpoint the issue to the combination of packer.nvim and setting foldlevel to 0 in after/ftplugin/vim.vim. What is interesting is that default value for foldlevel is also 0. However, if we do not set it in vim.vim, the above issue won't occur, which is strange. | |||
| 2021-08-12 | Use delimitMate instead of auto-pairs | jdhao | |
| 2021-06-17 | update formatoptions for certain filetypes | jdhao | |
| 2020-09-27 | use match(), replace obscure regex-match notation | jdhao | |
| 2020-09-26 | change vim script style from 4-space indent to 2-space | jdhao | |
| 2020-09-24 | fix style issues as per vint | jdhao | |
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2019-09-12 | Simplify init.vim and move settings to autoload and after directory | jdhao | |
