1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-22 16:47:58 +00:00
dotfiles/.config/nvim/lua/plugins/mini-pairs.lua

4 lines
95 B
Lua
Raw Permalink Normal View History

2025-02-08 19:59:41 +01:00
require("mini.pairs").setup({
modes = { insert = true, command = true, terminal = false },
})