-
Contributing guidelines
Module(s)all of the above QuestionI have set up a newly installed neovim v0.13.0-dev-613+g1a7ab1ab47 using the MiniMax config starter. To register new languages with Treesitter I edited the I ran However, Treesitter syntax highlighting only activates for the builtin filetypes: markdown, lua and vimdoc but not for any of the parsers I added like bash, latex or ruby. I have probably missed a step, but I can't see where. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
It seems to work for me at least for latex and ruby files. I had to make sure that the latex file is not just
Couple of clarifying questions:
Also, as this is a MiniMax question, it would have been better to ask directly in |
Beta Was this translation helpful? Give feedback.
Thanks, I tried the install again as you suggested with
NVIM_APPNAME=nvim-minimaxand just added the languages. This time everything worked well. Output of:checkhealth vim.treesitter nvim-treesitteris here. I've never installedlazy.nvimbut have experimented with a variety of Neovim configs, most recently usingLazyandMason, but wanting to simplify things as Treesitter and vim.pack have become built-in in recent releases. I think MiniMax is a great help with this, but I guess I didn't clean up well enough before moving it to~/.config/nvim/. Thanks again for your help.