| Age | Commit message (Collapse) | Author |
|
Use command normal! to avoid any mapping being accidentally used.
|
|
Change matching pattern so that we do not confuse this plugins.lua with
files of the same name in other path.
|
|
Add mapping for LSP code actions and remove useless mappings.
|
|
Only use it on Windows. Treesitter highlighting may be enough.
|
|
|
|
|
|
|
|
Use template to make the function general enough for normal cases.
Ref: http://users.cis.fiu.edu/~weiss/Deltoid/vcstl/templates
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
Do not forgest `noremap = true` when using nvim_set_keymap(), See also https://github.com/hrsh7th/nvim-compe/issues/452.
|
|
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
|
|
When init.vim is sourced, runtimepath has been changed yet. So we can
not find vim-airlinethemes under runtimepath.
|
|
|
|
|
|
|
|
See also https://github.com/tversteeg/registers.nvim/issues/30.
|
|
It seems that BufReadPost does not work sometimes.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit ff9f9dcc162276bc59fdec29f78d244a6aca2cb1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ccls has some false positive warnings, and it is hard to install on
Linux server without roor rights.
|
|
See also hrsh7th/nvim-compe#389.
|
|
|
|
|
|
|