diff options
| author | Fabio <81859+fgrehm@users.noreply.github.com> | 2022-11-25 15:16:27 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-25 13:16:27 -0500 |
| commit | c0811a7bdd5556b78e32a3d81ed839af0c8dc8d8 (patch) | |
| tree | 8422464894505be0a0fc5019d330d55c60886e5e | |
| parent | db02fd1fad135f681b559dbc3fc1a94a423c07f3 (diff) | |
| download | dots-c0811a7bdd5556b78e32a3d81ed839af0c8dc8d8.tar.gz | |
Update the amount of SLOC in README (#35)
Looks like the project has grown a tad bit :sweat
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index e5f8075..e3a1b87 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -2,7 +2,7 @@ A starting point for Neovim that is: -* Small (~325 lines) +* Small (~370 lines) * Single-file * Documented * Modular |