mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +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()
|