mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 22:00:10 +00:00
6 lines
89 B
Lua
6 lines
89 B
Lua
if vim.g.loaded_matchparen ~= nil then
|
|
return
|
|
end
|
|
|
|
require('nvim.matchparen').enable()
|