We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c580420 commit 48e871cCopy full SHA for 48e871c
3 files changed
.gitignore
@@ -1,2 +1 @@
1
-*.out
2
-*.rock
+_readthedocs/
README.md
@@ -1,5 +1,6 @@
# code-stats.nvim
3
+[](https://code-stats-nvim.readthedocs.io)
4
[](https://results.pre-commit.ci/latest/github/Freed-Wu/code-stats.nvim/main)
5
[](https://github.com/Freed-Wu/code-stats.nvim/actions)
6
lua/code-stats.lua
@@ -1,3 +1,4 @@
+--- functions for codestats
local requests = require "requests"
local cjson = require "cjson"
0 commit comments