We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db79703 commit 9c1815fCopy full SHA for 9c1815f
1 file changed
README.md
@@ -1,3 +1,6 @@
1
+# Gitlab CodeOwners
2
+Read through the gitlab's codeowners format. Easily see the owner of each file.
3
+
4
## Installation
5
6
### Lazy.nvim
@@ -16,7 +19,7 @@ lualine_x = {
16
19
local co = require("gitlab-codeowners").short_codeowners() -- or codeowners()
17
20
if not co then return "" else return co end
18
21
end,
- 'filetype',
22
+ -- filetype, add other stuffs, ...
23
},
24
25
0 commit comments