From f276752d81c6e8329bd84b118e984346f29a4f22 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Thu, 18 Apr 2024 08:10:10 +0700 Subject: [PATCH] feat: tree-sitter support for GSP --- .config/nvim/lua/null/plug.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/nvim/lua/null/plug.lua b/.config/nvim/lua/null/plug.lua index f42a005..eae793d 100644 --- a/.config/nvim/lua/null/plug.lua +++ b/.config/nvim/lua/null/plug.lua @@ -14,4 +14,8 @@ util.getch_lazy_nvim().setup({ -- Note to self: init is called during startup. Configuration for vim plugins typically should be set in an init function end, }, + { + url = "https://git.sr.ht/~mango/tree-sitter-gsp", + fp = "gsp", + }, })