| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-02 | update cpp snippets | jdhao | |
| 2021-09-01 | update zen-mode.nvim settings | jdhao | |
| FileType autocmd may be triggered unexpectedly so that ZenMode command is called at the wrong time. | |||
| 2021-08-31 | Make more plugins as opt plugins | jdhao | |
| 2021-08-30 | update README | jdhao | |
| 2021-08-30 | Add plugin zen-mode.nvim | jdhao | |
| 2021-08-28 | Move vimSum to opt | jdhao | |
| 2021-08-28 | only use treesitter for macOS | jdhao | |
| 2021-08-27 | update bufferline.nvim settings | jdhao | |
| 2021-08-27 | Make more plugins opt | jdhao | |
| 2021-08-27 | Colorscheme plugins as opt plugins | jdhao | |
| 2021-08-26 | update leaderf settings | jdhao | |
| 2021-08-25 | Remove chadTree | jdhao | |
| I rarely use it and it is updated everyday with a meaningless bot, which is really annoying for me. | |||
| 2021-08-25 | Revert "fix: loading order not correct for committia and vim-fugitive" | jdhao | |
| This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d. committia does not depends on vim-fugitive. | |||
| 2021-08-25 | No need to use packadd for packer | jdhao | |
| It is a start plugin that will be loaded automatically. | |||
| 2021-08-25 | update spell file | jdhao | |
| 2021-08-25 | fix: loading order not correct for committia and vim-fugitive | jdhao | |
| 2021-08-25 | fix typo: require --> requires | jdhao | |
| 2021-08-23 | Add treesitter parser for vim script again | jdhao | |
| 2021-08-22 | update macOS update script | jdhao | |
| 2021-08-22 | Remove vim parser for treesitter | jdhao | |
| It is not yet usable: the highlighting is not good compared to regex based highlighting. | |||
| 2021-08-22 | Enable treesitter highlight for Vim script, closes #17 | jdhao | |
| 2021-08-22 | update cpp snippets | jdhao | |
| 2021-08-21 | chore: nvim-bufferline.lua has been renamed to bufferline.nvim | jdhao | |
| 2021-08-21 | Do not auto-pair <> for C++ | 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-18 | Format with stylua | jdhao | |
| 2021-08-17 | Try chadtree :) fast as fuck? | jdhao | |
| 2021-08-17 | update neoscroll config | jdhao | |
| 2021-08-16 | update vim-airline settings | jdhao | |
| 2021-08-15 | Update README | jdhao | |
| 2021-08-15 | Use neoscroll instead of vim-smoothie | jdhao | |
| 2021-08-15 | Change bufferline plugin to nvim-bufferline | jdhao | |
| It looks better than barbar.nvim, IMO. | |||
| 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-14 | update barbar.nvim settings | jdhao | |
| 2021-08-14 | update treesitter settings | jdhao | |
| TS highlighting for bash is not so good. | |||
| 2021-08-13 | update barbar.nvim settings | jdhao | |
| 2021-08-13 | feat: make :edit command supports file glob patterns | jdhao | |
| 2021-08-13 | Use barbar.nvim for tabline | jdhao | |
| 2021-08-13 | Fix: remove logging | jdhao | |
| 2021-08-13 | Add Redir command to capture command output easily | jdhao | |
| 2021-08-12 | Use delimitMate instead of auto-pairs | jdhao | |
| 2021-08-12 | refactor: rename on_attach to custom_attach | jdhao | |
| 2021-08-12 | Add sumneko_lua LSP | jdhao | |
| 2021-08-09 | update spell file | 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-08-09 | update nvim-bqf settings | jdhao | |
