Treesitter and LSP, should I install those myself? #274
-
Forgive my ignorance. But I am supposed to install treesitter nvim-treesitter and LSP nvim-treesitter myself, or is something a functionality similar to Mason or Lazy that come with one of the modules. that will install the language grammars and LSPs? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Mar 15, 2023
Replies: 1 comment
-
Don't worry, we all have been learning some day. Yes, if users need tree-sitter or LSP powered functionality they are expected to install it themselves. This is not (yet) a pre-configured distribution like LazyVim. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't worry, we all have been learning some day.
Yes, if users need tree-sitter or LSP powered functionality they are expected to install it themselves. This is not (yet) a pre-configured distribution like LazyVim.