enable autopairs

This commit is contained in:
2026-04-25 13:42:15 +02:00
parent f70dc9dcef
commit 0ceb477a95
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -869,11 +869,14 @@ require('lazy').setup({
--
-- Here are some example plugins that I've included in the Kickstart repository.
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
-- NOTE: this is how you get separation of plugins across files instead of jamming it all in one
-- these are files within the dir
--
-- require 'kickstart.plugins.debug',
-- require 'kickstart.plugins.indent_line',
-- require 'kickstart.plugins.lint',
-- require 'kickstart.plugins.autopairs',
require 'kickstart.plugins.autopairs',
-- require 'kickstart.plugins.neo-tree',
-- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommended keymaps