luckylat / dotfiles

personal dotfiles using chezmoi (Arch Linux mainly)
0 stars 0 forks source link

treesitterがよくわからないことになってる #78

Closed luckylat closed 5 months ago

luckylat commented 9 months ago

なんかyaml以外のパーサが消えてる


==============================================================================
nvim-treesitter: require("nvim-treesitter.health").check()

Installation ~
- WARNING `tree-sitter` executable not found (parser generator, only needed for :TSInstallFromGrammar, not required for :TSInstall)
- OK `node` found v18.16.0 (only needed for :TSInstallFromGrammar)
- OK `git` executable found.
- OK `cc` executable found. Selected from { vim.NIL, "cc", "gcc", "clang", "cl", "zig" }
  Version: cc (GCC) 13.2.1 20230801
- OK Neovim was compiled with tree-sitter runtime ABI version 14 (required >=13). Parsers must be compatible with runtime ABI.

OS Info:
{
  machine = "x86_64",
  release = "6.7.3-hardened1-3-hardened",
  sysname = "Linux",
  version = "#1 SMP PREEMPT_DYNAMIC Fri, 02 Feb 2024 17:03:54 +0000"
} ~

Parser/Features         H L F I J
  - cpp                 ✓ ✓ ✓ ✓ ✓
  - go                  ✓ ✓ ✓ ✓ ✓
  - gomod               ✓ . . . ✓
  - gosum               ✓ . . . .
  - lua                 ✓ ✓ ✓ ✓ ✓
  - markdown            ✓ . ✓ ✓ ✓
  - yaml                ✓ ✓ ✓ ✓ ✓

  Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections
         +) multiple parsers found, only one will be used
         x) errors found in the query, try to run :TSUpdate {lang} ~

他のパーサーがあるのは手動でインストールしてるから 本来は自動で入るべきだと思う

luckylat commented 5 months ago

これ何が問題かわからない(忘れた)ので一旦Close