mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
6 lines
99 B
Lua
6 lines
99 B
Lua
local ok, mini_pairs = pcall(require, "mini.pairs")
|
|
if not ok then
|
|
return
|
|
end
|
|
|
|
mini_pairs.setup()
|