Skip to content

Commit 9c1815f

Browse files
authored
Update readme
1 parent db79703 commit 9c1815f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Gitlab CodeOwners
2+
Read through the gitlab's codeowners format. Easily see the owner of each file.
3+
14
## Installation
25

36
### Lazy.nvim
@@ -16,7 +19,7 @@ lualine_x = {
1619
local co = require("gitlab-codeowners").short_codeowners() -- or codeowners()
1720
if not co then return "" else return co end
1821
end,
19-
'filetype',
22+
-- filetype, add other stuffs, ...
2023
},
2124

2225

0 commit comments

Comments
 (0)