mirror of
https://github.com/neovim/neovim.git
synced 2026-06-16 08:41:15 +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()
|