| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-08-09 | update vim-airline settings | jdhao | |
| 2021-08-09 | update vim-anzu and vim-cool settings | jdhao | |
| We shouldn't set them as opt, otherwise *, and n , N etc. do not work in normal mode, unless we activate them on CmdlineEnter events. | |||
| 2021-08-09 | Add more resources | jdhao | |
| 2021-08-08 | Add plugin nvim-bqf | jdhao | |
| 2021-08-08 | Neovim --> Nvim | jdhao | |
| 2021-08-08 | change plugin load condition | jdhao | |
| vim-searchlight needs to work when we press n or N or * etc, not just after pressing / and ?. | |||
| 2021-08-08 | Use custom git branch name for vim-airline | jdhao | |
| Airline relies on fugitive to get the branch name, but fugitive is conditionally loaded. So the branch name is not shown. We need to provide our own function to get the branch name. | |||
| 2021-08-08 | Change plugin load condition | jdhao | |
| 2021-08-08 | Change ultisnips load condition | jdhao | |
| Benefit of doing this: + No change of cursor line position after entering insert mode. Previous, if we load ultisnips on InsertEnter, the cursor line will moved automatically (e.g., if cursor line is on bottom of the screen, when we enter insert mode, now we are at the middle of the screen, like Ctrl-E is used before entering insert mode), which is really annoying! + We can see the snippets in nvim-compe auto-completion menu. Previously, the snippets are not shown on the nvim-compe completion menu (snippet expansion works though, it is just we can not see snippets in the completion menu), possibly due to the loading order of ultisnips and nvim-compe, because we load them both on event InsertEnter. After changing ultisnips to a start plugin, this issue is gone. | |||
| 2021-08-07 | Remove image folder | jdhao | |
| 2021-08-07 | Better way to call lua function inside vim script | jdhao | |
| 2021-08-07 | Move packer compile autocmd to new place | jdhao | |
| 2021-08-07 | refactor: set all custom highlight in one function | jdhao | |
| 2021-08-07 | More demo | jdhao | |
| 2021-08-07 | Update README | jdhao | |
| 2021-08-07 | Update README | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
| 2021-08-07 | Fix: the loading condition for fugitive is wrong | jdhao | |
| We should load fugitive in the following two situations: + When we open nvim in a Git repository + When we are inside nvim and change the working directory to a Git reposity | |||
| 2021-08-06 | Add installation script for Windows, update doc | jdhao | |
| 2021-08-05 | update airlinethemes | jdhao | |
| + Remove jellybeans and luna (they look terrible for ZOC terminal) + Add more themes | |||
| 2021-08-05 | Use Hack nerdfonts for GUI nvim | jdhao | |
| 2021-08-05 | update README | jdhao | |
| 2021-08-05 | update README | jdhao | |
| 2021-08-05 | Use nvim-notify for showing messages | jdhao | |
| 2021-08-04 | Remove neodark theme | jdhao | |
| It does not have good highlight for Markdown links. | |||
| 2021-08-04 | update vista settings | jdhao | |
| Remove double click mapping since it is added natively by vista | |||
| 2021-08-02 | Add more mappings | jdhao | |
| Credit: https://www.youtube.com/watch?v=hSHATqh8svM | |||
| 2021-08-02 | update setup and install script | jdhao | |
| 2021-08-02 | Add update script for macOS | jdhao | |
| 2021-08-02 | Rename setup script for Linux | jdhao | |
| 2021-08-01 | update wilder.nvim settings | jdhao | |
| 2021-08-01 | ALE is not needed (use nvim-lsp instead) | jdhao | |
| 2021-08-01 | Add wilder.nvim for cmdline auto-completion | jdhao | |
| 2021-07-31 | chore: update docs and code for markdown list function | jdhao | |
| 2021-07-30 | update airline themes | jdhao | |
| 2021-07-30 | Add doom-one colorscheme | jdhao | |
