add autopair plugin

This commit is contained in:
Luke Johnson 2023-02-27 17:13:35 -07:00
parent db76a57bcd
commit 754ed79bd9
2 changed files with 17 additions and 1 deletions

View file

@ -254,6 +254,9 @@ vim.o.completeopt = 'menuone,noselect'
-- NOTE: You should make sure your terminal supports this
vim.o.termguicolors = true
vim.o.tabstop = 2
vim.o.shiftwidth = 2
vim.o.shiftround = true
-- [[ Basic Keymaps ]]
-- Keymaps for better default experience