[nvim] Replace delimitMate with mini.pairs

This commit is contained in:
Alyxia Sother 2023-08-11 22:15:45 +02:00
parent 37b2522e03
commit 125dbf8b26
No known key found for this signature in database
GPG key ID: 0B2497099595CAA5
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,6 @@
local ok, mini_pairs = pcall(require, "mini.pairs")
if not ok then
return
end
mini_pairs.setup()