| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-07-30 | chore: remove trailing sapces | jdhao | |
| 2021-07-29 | Update load condition for vim-fugitive | jdhao | |
| See https://stackoverflow.com/a/38088814/6064933 for how to check if we are inside a Git repository. | |||
| 2021-07-29 | update nvim-lsp settings | jdhao | |
| We shouldn't let the diagnostic window perstist forever. Close the diagnostic windows when certain events happen. | |||
| 2021-07-29 | update packer settings for fugitive.vim | jdhao | |
| 2021-07-29 | use vim.cmd instead of vim.api.nvim_exec | jdhao | |
| 2021-07-27 | update flog setting (make it opt) | jdhao | |
| 2021-07-27 | update fugitive settings | jdhao | |
| 2021-07-26 | Add plugin vim-flog for better git-log display | jdhao | |
| 2021-07-26 | update python snippets | jdhao | |
| 2021-07-25 | update readme | jdhao | |
| 2021-07-24 | update README | jdhao | |
| 2021-07-24 | Refactor: use a unified log function | jdhao | |
| 2021-07-24 | Simplify file reload logic | jdhao | |
| 2021-07-24 | Use vim.cmd instead of vim.api.nvim_exec | jdhao | |
| 2021-07-24 | Add committia.vim for better git commit experience | jdhao | |
| It can show git diff in a separate split, which is better than git commit --verbose. | |||
| 2021-07-24 | vim-tmux-focus-events is now obsolete | jdhao | |
| See also https://github.com/tmux-plugins/vim-tmux-focus-events/commit/b1330e04ffb95ede8e02b2f7df1f238190c67056 | |||
| 2021-07-24 | Clean the code | jdhao | |
| 2021-07-24 | Remove plugin vim-titlecase | jdhao | |
| I cann't even remember when I used it last time. | |||
| 2021-07-24 | Update dictionary | jdhao | |
| 2021-07-20 | update lsp hover window border conf | jdhao | |
| Floating window border supports rounded style by default, no need to use customized one. | |||
| 2021-07-19 | Move options to one place | jdhao | |
| 2021-07-18 | Update setup script | jdhao | |
| 2021-07-18 | Merge branch 'nvim-lsp' of https://github.com/jdhao/nvim-config into nvim-lsp | jdhao | |
| 2021-07-18 | Merge pull request #13 from easion101/patch-1 | jdhao | |
| use xvf to extract node; fix a typo | |||
