remove matchpairs option

This commit is contained in:
2022-02-15 19:13:48 +03:00
parent 58f493e964
commit 97b6b4ff81

View File

@@ -29,7 +29,6 @@ opt.clipboard = "unnamedplus"
opt.signcolumn = "yes"
opt.fillchars:append({ eob = " " })
opt.showtabline = 2
opt.matchpairs:append({ "<:>" })
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"