From 81fe5453c5fa19d495a145ad4ec9d60dcb1ee154 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Wed, 7 Jan 2026 12:02:05 +0100 Subject: Add auto-pairs plugin explanation --- nvim/lua/config/lazy.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim') diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index dc583d1..89e13ca 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -62,6 +62,10 @@ require("lazy").setup({ { "b0o/schemastore.nvim" }, require("config.blink-cmp"), + -- when hitting Enter between brackets, create newline between with tab: + -- { + -- > like this + -- } { "jiangmiao/auto-pairs" }, }, install = { colorscheme = { "gruvbox" } }, -- cgit v1.3.1