Skip to content

Instantly share code, notes, and snippets.

@sys9kdr
Created November 17, 2024 16:34
Show Gist options
  • Save sys9kdr/66d3a60b36ef5c7fbcc9981d39610970 to your computer and use it in GitHub Desktop.
Save sys9kdr/66d3a60b36ef5c7fbcc9981d39610970 to your computer and use it in GitHub Desktop.

nvim-treesitterでどこに何がインストールされているか確認するためにこの辺りを見る。 TSUninsallでアンインストールされないときとかparserの位置を見てreviesionを捨てる。

  • nvim_get_runtime_file('queries/your_lang_name/*.scm', v:true)
  • lua vim.print(vim.api.nvim_get_runtime_file('parser', true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment