From d1ae06e7ef286673ab9b195ec362ae00eaf15e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 25 Jul 2023 13:23:56 +0200 Subject: [PATCH] Misc fixes --- config/automatrop/roles/vim/templates/plugins/treesitter.j2 | 1 - config/scripts/lip | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/automatrop/roles/vim/templates/plugins/treesitter.j2 b/config/automatrop/roles/vim/templates/plugins/treesitter.j2 index c4ded51..0bfeba3 100644 --- a/config/automatrop/roles/vim/templates/plugins/treesitter.j2 +++ b/config/automatrop/roles/vim/templates/plugins/treesitter.j2 @@ -20,7 +20,6 @@ require'nvim-treesitter.configs'.setup { "gitattributes", "gitignore", "go", - "help", "html", "http", "java", diff --git a/config/scripts/lip b/config/scripts/lip index 90ae72b..a30eee4 100755 --- a/config/scripts/lip +++ b/config/scripts/lip @@ -20,7 +20,7 @@ then if ! find "$cachefile" -mtime -7 &> /dev/null then mkdir -p "$cachedir" - curl --silent "$url/?ip=$ip" > "$cachefile" + curl --silent "$url?ip=$ip" > "$cachefile" fi cat "$cachefile" | jq $jq_sel else