neovim: add autopairs.lua for its setup

This commit is contained in:
2022-06-17 11:17:19 +03:00
parent 44817c2838
commit 9aab4d1786
2 changed files with 1 additions and 2 deletions

View File

@@ -161,5 +161,3 @@ end)
vim.g.mapleader = " "
vim.opt.termguicolors = true
require("nvim-autopairs").setup({})