You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write let g:loaded_matchparen = 1 in plugconf file (not vimrc), but bundled plugconf file is loaded after Vim runtime files are loaded.
I need a way to execute Vim script before loading runtime files.
But it must be intrusive feature, because it cannot achieve while depending on Vim packages feature.
The text was updated successfully, but these errors were encountered:
I use https://github.com/itchyny/vim-parenmatch instead of Vim default matchparen.vim,
because it is x8 faster than the default.
I want to write
let g:loaded_matchparen = 1
in plugconf file (not vimrc), but bundled plugconf file is loaded after Vim runtime files are loaded.I need a way to execute Vim script before loading runtime files.
But it must be intrusive feature, because it cannot achieve while depending on Vim packages feature.
The text was updated successfully, but these errors were encountered: