Add <:> to matchpairs

This commit is contained in:
2022-01-29 17:10:08 +03:00
parent 64bbff20df
commit 2dd396822b

View File

@@ -29,6 +29,7 @@ opt.clipboard = "unnamedplus"
opt.signcolumn = "yes"
opt.fillchars:append({ eob = " " })
opt.showtabline = 2
opt.matchpairs:append({ "<:>" })
-- Settings for folds
wo.foldmethod = "expr"