diff options
Diffstat (limited to 'src/blog/nvim-ts/index.gsp')
-rw-r--r-- | src/blog/nvim-ts/index.gsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp index 204718e..93aee1c 100644 --- a/src/blog/nvim-ts/index.gsp +++ b/src/blog/nvim-ts/index.gsp @@ -195,7 +195,7 @@ html lang="en" { } p {- - And that is the entire plugin! In just 24 lines of code (including + And that is the entire plugin! In just 28 lines of code (including whitespace) we implemented a plugin using Tree-Sitter to allow you to modify a Git-Rebase command with a single keystroke. The completed product looks like so: |