Skip to content

Commit

Permalink
debug: cleanup ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdgo committed Nov 21, 2024
1 parent 3c50ee4 commit 1da0a4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ vim.api.nvim_create_autocmd("FileType", {

require("nvim-treesitter.parsers").get_parser_configs().nu = {
install_info = {
-- url = "https://github.com/mrdgo/tree-sitter-nu",
url = "~/git/tree-sitter-nu",
url = "https://github.com/nushell/tree-sitter-nu",
files = { "src/parser.c", "src/scanner.c" },
branch = "raw-strings-pt2",
branch = "main",
},
filetype = "nu",
}

0 comments on commit 1da0a4b

Please sign in to comment.