add tab indents to size 2 for go, and add auto pair

This commit is contained in:
Luca Sciarra 2024-07-20 22:02:07 -04:00
parent 5baf8c23ca
commit 7f84d85328
2 changed files with 13 additions and 2 deletions

View file

@ -2,4 +2,12 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
-- use opts = {} for passing setup options
-- this is equalent to setup({}) function
},
}