| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-01 | ALE is not needed (use nvim-lsp instead) | jdhao | |
| 2021-08-01 | Add wilder.nvim for cmdline auto-completion | jdhao | |
| 2021-07-30 | Add doom-one colorscheme | 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 packer settings for fugitive.vim | 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-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-18 | Fix fugitive git index related error for packer.nvim | jdhao | |
| 2021-07-18 | Remove usage of VimEnter event for packer.nvim | jdhao | |
| VimEnter can not really decrease the Nvim startup time. | |||
| 2021-07-17 | change onedark theme to onedark.nvim | jdhao | |
| 2021-07-14 | Use lua to configure lua plugins | jdhao | |
| 2021-07-13 | update packer.nvim settings | jdhao | |
| Change matching pattern so that we do not confuse this plugins.lua with files of the same name in other path. | |||
| 2021-07-13 | update semshi settings | jdhao | |
| Only use it on Windows. Treesitter highlighting may be enough. | |||
| 2021-07-12 | Add treesitter | jdhao | |
| 2021-07-12 | update onedark install settings for packer | jdhao | |
| Onedark decides to change its master branch to main (I don't know why?) | |||
| 2021-07-09 | update packer and plugin settings | jdhao | |
| 2021-07-09 | update packer.nvim settings | jdhao | |
| Ref: https://github.com/wbthomason/packer.nvim/issues/455. | |||
| 2021-07-09 | Ppdate packer settings for Semshi | jdhao | |
| If Semshi is set to opt plugin, when we run PackerUpdate, the command `: UpdateRemotePlugins` will be run. At this time, Semshi is not in the runtimepath, so its manifest will not be generated in rplugin.vim (located under ~/.local/share/nvim/rplugin.vim). So when we open a Python file afterwards, although Semshi is in runtimepath, but its manifest is missing, so we see error that command `Semshi enable` is not found. So after loading this plugin, i.e., when we open a Python source file, we need to run UpdateRemotePlugins so that semshi can work correctly. | |||
| 2021-07-09 | Correct order of vim-airline and vim-airline-themes. | jdhao | |
| No need to use event for vim-airline if we want to load it after vim-airline-themes. See also https://github.com/wbthomason/packer.nvim/issues/461. | |||
| 2021-07-08 | Change order of vim-airline and vim-airline-themes | jdhao | |
| It seems the order matters if we want to load vim-airline after vim-airlinethemes. See also packer.nvim#461. | |||
| 2021-07-08 | Update packer.nvim settings | jdhao | |
| 2021-07-07 | No need for nvim-miniyank | jdhao | |
| Block paste issue fixed in https://github.com/neovim/neovim/pull/14848. | |||
| 2021-07-06 | update packer plugin settings | jdhao | |
| 2021-07-05 | Change auto-pairs activation event | jdhao | |
| It seems that BufReadPost does not work sometimes. | |||
| 2021-07-05 | Add plugin register.nvim | jdhao | |
| 2021-07-04 | update packer settings | jdhao | |
| 2021-07-04 | update packer.nvim settings | jdhao | |
| 2021-07-04 | Add colorscheme nord | jdhao | |
| 2021-07-04 | Revert "Add nvim-lspsignature" | jdhao | |
| This reverts commit ff9f9dcc162276bc59fdec29f78d244a6aca2cb1. | |||
| 2021-07-04 | Add nvim-lspsignature | jdhao | |
| 2021-07-04 | Fix typo | jdhao | |
| 2021-07-04 | update packer plugin settings | jdhao | |
| 2021-07-04 | Use master branch of indentblankline | jdhao | |
| 2021-07-02 | More tweak on packer.nvim | jdhao | |
| 2021-07-02 | switch to packer for plugin management | jdhao | |
