Files
neovim/runtime/plugin/matchparen.lua
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
89 B
Lua
Raw Normal View History

if vim.g.loaded_matchparen ~= nil then
return
end
require('nvim.matchparen').enable()