Skip to content

Commit

Permalink
fix the link to Nushell queries
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Feb 14, 2024
1 parent 1d57bbc commit 0ec7149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def install-queries [] {
}

let local = $env.VIMRUNTIME | path dirname | path join "lazy" "nvim-treesitter" "queries" "nu"
let remote = "https://raw.githubusercontent.com/nushell/tree-sitter-nu/main/queries/"
let remote = "https://raw.githubusercontent.com/nushell/tree-sitter-nu/main/queries/nu"

let file = "highlights.scm"

Expand Down

0 comments on commit 0ec7149

Please sign in to comment.