| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
