diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-01-07 12:02:05 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-01-07 12:02:05 +0100 |
| commit | 81fe5453c5fa19d495a145ad4ec9d60dcb1ee154 (patch) | |
| tree | 89a71ecfae5688276f3986bd212e7a9b98963afc /nvim/lua/config | |
| parent | 8854c8e2e1a1a3c24cf0c51dc5b3c9d45a0e58df (diff) | |
Add auto-pairs plugin explanation
Diffstat (limited to 'nvim/lua/config')
| -rw-r--r-- | nvim/lua/config/lazy.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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" } }, |
