diff options
| author | Raafat Turki <raafat.turki@pm.me> | 2022-08-31 15:17:14 +0300 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-09-01 05:10:23 -0700 |
| commit | 906507d9bd0ce929a3a9b0dc236fc5b6045a01db (patch) | |
| tree | 9078bcdd22f7f4169b92812972c5c031315669d6 /lua | |
| parent | 611111ec7ee56040b13233cb98ff5d52abef40d5 (diff) | |
fix: grammar url
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3f8bfd6b..60095aaa 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1178,7 +1178,7 @@ list.tiger = { list.sxhkdrc = { install_info = { - url = "~/sectors/treesitter/tree-sitter-sxhkdrc", + url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc", files = {"src/parser.c"}, branch = "master", generate_requires_npm = false, |
