Skip to content

There is no way to intercept *before* loading Vim runtime files #308

@tyru

Description

@tyru

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions