Skip to content

Commit 48e871c

Browse files
committed
💡 Add comments for ldoc
1 parent c580420 commit 48e871c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
*.out
2-
*.rock
1+
_readthedocs/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# code-stats.nvim
22

3+
[![readthedocs](https://shields.io/readthedocs/code-stats-nvim)](https://code-stats-nvim.readthedocs.io)
34
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Freed-Wu/code-stats.nvim/main.svg)](https://results.pre-commit.ci/latest/github/Freed-Wu/code-stats.nvim/main)
45
[![github/workflow](https://github.com/Freed-Wu/code-stats.nvim/actions/workflows/main.yml/badge.svg)](https://github.com/Freed-Wu/code-stats.nvim/actions)
56

lua/code-stats.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--- functions for codestats
12
local requests = require "requests"
23
local cjson = require "cjson"
34

0 commit comments

Comments
 (0)