1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-04 06:29:25 +00:00

[neovim] Reorganize plugins

This commit is contained in:
2025-02-08 19:59:41 +01:00
parent 998d80ceb6
commit 2059c85c13
11 changed files with 66 additions and 49 deletions

View File

@ -0,0 +1,3 @@
require("mini.pairs").setup({
modes = { insert = true, command = true, terminal = false },
})