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