feat: add conventional commits to gitlint config
This commit is contained in:
parent
975482447d
commit
78b7c4d420
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue