Replies: 3 comments 2 replies
-
I am not sure I can reproduce this on fresh install of MiniMax. For example, doing something like Could you, please, provide more details about how you can reproduce this? In particular:
|
Beta Was this translation helpful? Give feedback.
-
|
I've just tested it again, and it's really weird, I can reproduce it with a fresh MiniMax install, using neovim So to reproduce:
EDIT: It also happens if I have an |
Beta Was this translation helpful? Give feedback.
-
|
I opened an issue on neovim since it's not directly related to the MiniMax distribution, but with the bundled themes on vim and neovim, so sorry for the noise: neovim/neovim#36210 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm not sure what is the root cause, but with this new structure of placing the configuration under
plugin/+ the main branch of treesitter, files that previously had syntax highlighting after opening it, now need an implicit:eor:set ft=<lang>to work.For example, nginx configuration files, either autodetected or with an modeline
# vim: ft=nginx.Of course if I add it to the
ensure_languagestreesitter configuration and provided there is a parser for the language it works, but previously if I'm not mistaken the vim regex syntax took place.At the end, I'm a bit lost on how to properly enable it for languages not listed in the treesitter config. I've tested it with the current 0.11 configuration of MiniMax without modifications, and if my eyes do not lie to me I think that I see the highlight for a split millisecond upon opening a file.
<3 mini
Beta Was this translation helpful? Give feedback.
All reactions