Skip to content

Commit ad645c0

Browse files
committed
add mini.pairs
1 parent c6012d2 commit ad645c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

init.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@ require('lazy').setup({
837837
-- File and folder icon
838838
require('mini.icons').setup()
839839

840+
-- Auto pair
841+
require('mini.pairs').setup()
842+
840843
-- Simple and easy statusline.
841844
-- You could remove this setup call if you don't like it,
842845
-- and try some other statusline plugin
@@ -888,9 +891,6 @@ require('lazy').setup({
888891

889892
-- NOTE: Next step on your Neovim journey: Add/Configure additional plugins for Kickstart
890893
--
891-
892-
require 'custom.plugins',
893-
894894
-- Here are some example plugins that I've included in the Kickstart repository.
895895
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
896896
--
@@ -905,7 +905,7 @@ require('lazy').setup({
905905
-- This is the easiest way to modularize your config.
906906
--
907907
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
908-
-- { import = 'custom.plugins' },
908+
{ import = 'custom.plugins' },
909909
--
910910
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
911911
-- Or use telescope!

0 commit comments

Comments
 (0)