Skip to content

Commit b91a90c

Browse files
author
Anish Moorthy
committed
Try autopairs for indentation
1 parent 9ab43d6 commit b91a90c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

init.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,11 @@ require('lazy').setup({
211211
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
212212
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
213213

214-
-- NOTE: Plugins can also be added by using a table,
215-
-- with the first argument being the link and the following
216-
-- keys can be used to configure plugin behavior/loading/etc.
214+
{
215+
'windwp/nvim-autopairs',
216+
event = 'InsertEnter',
217+
config = true,
218+
},
217219
{
218220
'NeogitOrg/neogit',
219221
dependencies = {

0 commit comments

Comments
 (0)