From 97c018cbc0b8ae7d1bab95b59449dac34d22d5fd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 14 Nov 2023 22:26:21 +0100 Subject: Fix line count --- src/blog/nvim-ts/index.gsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3