diff options
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 3f8bfd6b5..60095aaad 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, |
