| Age | Commit message (Collapse) | Author |
|
|
|
VimEnter can not really decrease the Nvim startup time.
|
|
|
|
|
|
Change matching pattern so that we do not confuse this plugins.lua with
files of the same name in other path.
|
|
Only use it on Windows. Treesitter highlighting may be enough.
|
|
|
|
Onedark decides to change its master branch to main (I don't know why?)
|
|
|
|
Ref: https://github.com/wbthomason/packer.nvim/issues/455.
|
|
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.
|
|
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.
|
|
It seems the order matters if we want to load vim-airline after
vim-airlinethemes. See also packer.nvim#461.
|
|
|
|
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
|
|
|
|
It seems that BufReadPost does not work sometimes.
|
|
|
|
|
|
|
|
|
|
This reverts commit ff9f9dcc162276bc59fdec29f78d244a6aca2cb1.
|
|
|
|
|
|
|
|
|
|
|
|
|