You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m new to LazyVim and started with the LazyVim/starter configuration. I expected syntax highlighting to work out of the box, but I can’t seem to get it enabled. Here’s what I’ve tried:
Treesitter installation
Ran :TSInstall typescript and :TSInstall go, which report they are already installed.
No syntax highlighting appears even though these parsers are installed.
Clearing config and reinstalling
Deleted my ~/.config/nvim, ~/.local/share/nvim, and ~/.local/state/nvim directories.
Reinstalled LazyVim/starter, but the issue persists.
Steps to Reproduce
Install Neovim (with a recent version).
Clone LazyVim/starter and run it.
Open any Typescript or Go file.
Observe that there is no syntax highlighting.
Expected Behavior
Syntax highlighting should be enabled by default or after installing the required Treesitter parsers.
Actual Behavior
No syntax highlighting is shown.
Additional Details
Neovim version: (please specify your exact version, e.g., NVIM v0.9.1)
Operating system: (please specify your OS and version)
Any error messages?: No specific errors, but highlighting never appears.
I appreciate any help or guidance on how to fix this issue. Let me know if you need more information. Thank you!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I’m new to LazyVim and started with the LazyVim/starter configuration. I expected syntax highlighting to work out of the box, but I can’t seem to get it enabled. Here’s what I’ve tried:
Treesitter installation
:TSInstall typescript
and:TSInstall go
, which report they are already installed.Clearing config and reinstalling
~/.config/nvim
,~/.local/share/nvim
, and~/.local/state/nvim
directories.Steps to Reproduce
Expected Behavior
Syntax highlighting should be enabled by default or after installing the required Treesitter parsers.
Actual Behavior
No syntax highlighting is shown.
Additional Details
NVIM v0.9.1
)I appreciate any help or guidance on how to fix this issue. Let me know if you need more information. Thank you!
The text was updated successfully, but these errors were encountered: