feat: add conventional commits to gitlint config

This commit is contained in:
Alexander Navarro 2023-12-08 10:41:05 -03:00
parent 975482447d
commit 78b7c4d420
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ local opt = vim.opt
-- stylua: ignore
opt.autowrite = true -- Enable auto write
--opt.clipboard = "unnamedplus" -- Sync with system clipboard
opt.clipboard = "unnamedplus" -- Sync with system clipboard
opt.completeopt = "menu,menuone,noselect"
opt.conceallevel = 3 -- Hide * markup for bold and italic
opt.confirm = true -- Confirm to save changes before exiting modified buffer