-
I've just set up rustaceanvim with lazy as shown in the readme, but it does not seem to load, and syntax highlighting takes a good few seconds to show up. I'm just wondering if I may have missed something that I need to set up for it to work. |
Beta Was this translation helpful? Give feedback.
Answered by
rhaskia
Dec 25, 2023
Replies: 1 comment 8 replies
-
Hey 👋 rustaceanvim doesn't do any syntax highlighting - that would probably be nvim-treesitter. This plugin doesn't load anything at startup - only when you open a rust file. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, managed to fix all the problems by removing the config I had in
~/.config/nvim/after/ftplugin/rust.lua
. I think something may have broken the file type loading from that. Thank you for all the help though!