| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10-11 | change tab size for sql | jdhao | |
| 2022-09-25 | change sql comment style | jdhao | |
| 2022-08-23 | update delimitMate conf for lua | jdhao | |
| 2022-08-06 | add setup for javascript | jdhao | |
| 2022-05-09 | add mapping to run vim script file | jdhao | |
| 2022-05-03 | add map to run lua file | jdhao | |
| 2022-03-27 | [feat] add mapping to add hard linebreak for Markdown | jdhao | |
| 2022-03-15 | working config for cmp-omni and vimtex | jdhao | |
| 2022-03-14 | add cmp-omni for working with tex | jdhao | |
| 2022-02-28 | update tex conf | 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-12-04 | update default value of option 'wrap' | jdhao | |
| 2021-09-03 | update delimitMate setting for Python | jdhao | |
| 2021-08-21 | Do not auto-pair <> for C++ | jdhao | |
| 2021-08-12 | Use delimitMate instead of auto-pairs | jdhao | |
| 2021-08-09 | Move ftplugin to after/ftplugin | jdhao | |
| Make my own settings have the final say on how a filetype should behave, instead of some 3rd party plugins. | |||
| 2021-07-31 | chore: update docs and code for markdown list function | jdhao | |
| 2021-06-17 | update formatoptions for certain filetypes | jdhao | |
| 2021-04-13 | update lua filetype settings | jdhao | |
| 2021-04-12 | update lua filetype settings | jdhao | |
| 2021-03-23 | Add more settings for cpp | jdhao | |
| 2021-02-23 | Add mappings for Markdown | jdhao | |
| Use + to turn lines to an unordered list quickly. | |||
| 2021-01-17 | Use two spaces per tab for YAML | jdhao | |
| 2020-11-27 | update commentstring for cpp | jdhao | |
| 2020-11-26 | make mapping buffer local | jdhao | |
| 2020-11-25 | Initial support for C++ | jdhao | |
| 2020-11-12 | update vim-markdownfootnote settings | jdhao | |
| 2020-11-12 | Add text objects for Markdown fenced code blocks. | jdhao | |
| 2020-10-19 | add <C-U> in mappings that use command where appropriate | jdhao | |
| 2020-10-11 | minor update | 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-26 | turn tab to spaces | jdhao | |
| 2020-09-24 | fix style issues as per vint | jdhao | |
| 2020-09-17 | use larger length for a line of code | jdhao | |
| 2020-08-11 | fix markdownfootnote issue | jdhao | |
| see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 for the details | |||
| 2020-05-18 | update max syntax column for Markdown | jdhao | |
| This value is set to a large number mainly for long Chinese paragraphs. Since I do not want to hard-wrap long Chinese paragraphs, some paragraphs tend to be long in raw bytes. | |||
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2020-01-21 | Update python settings | jdhao | |
| 2020-01-01 | Revert change for Markdown filetype | jdhao | |
| 2020-01-01 | Update options for Markdown filetype | jdhao | |
| 2019-12-29 | Add toml support | jdhao | |
| 2019-12-15 | Change conceal settings for Markdown | jdhao | |
| 2019-12-09 | Fix an issue with AsyncRun.vim | jdhao | |
| Change the output of Python from Buffered to Unbuffered so that we can see the command output immediately instead of waiting for the command to finish to see the output. See https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#cant-see-the-realtime-output-when-running-a-python-script and https://stackoverflow.com/questions/107705/disable-output-buffering. | |||
| 2019-12-06 | Add mapping for running Python script asynchronously | jdhao | |
| 2019-11-30 | Do not use colorcolumn for text filetype | jdhao | |
| 2019-11-14 | Remove mappings for Python filetype. | jdhao | |
| Use quickrun to execute Python source files. | |||
| 2019-09-12 | Simplify init.vim and move settings to autoload and after directory | jdhao | |
