dein.vim
dein.vim copied to clipboard
:zap: Dark powered Vim/Neovim plugin manager
`dein#toml#syntax()` not have effect if using with latest [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter). Because `dein#toml#syntax()` check `:TSEnableAll`, but it has rename to `:TSEnable` at https://github.com/nvim-treesitter/nvim-treesitter/pull/2764 . https://github.com/Shougo/dein.vim/blob/488b4dfbb66d63c275c5adccfa3e22e4b7b7f005/autoload/dein/toml.vim#L7 `dein#toml#syntax()` contain `nvim-treesitter` command only `:TSBufDisable`. So,...
This is not a bug report. I just want to discuss a bit about using dein in init.lua. # Problems summary I could not find any instructions from the internet...
An error occurs if there is a newline in the dictionary of the Vim9 script loaded in the hooks_file.
## Description An error occurs if there is a newline in the dictionary of the Vim9 script loaded in the hooks_file. Code of Cause in Minimal Config: ```vim g:quickrun_config._ =...