Closed Dowwie closed 1 year ago
Can't confirm. I have a similar setup with alacritty 0.11.0, nvim 0.8.2, tmux 3.3a, macOS 13.1
Do you use a custom color scheme? Maybe your problem is related to it?
@Dowwie Do you have treesitter plugin enabled?
I have treesitter installed via Plug and also TSInstall'd for the language I tested with (rust)
Could you try to update the plugin with latest changes? I've added some additional checks, that should raise an error if something is wrong.
I ran :PlugUpdate
and then applied the plugin over rust code. Still, no syntax highlighting. Also, no errors were raised.
Strange as I use the same configuration - tmux/alacritty/macos. Could you share the config files, I will try to reproduce it
Just found this thread.
I'm on similar path as @Dowwie . With nix
package manager enabled on MacOS, I have tested this on various terminal and can confirm it always loses colorscheme.
Here is some info that may be useful to you:
NVIM v0.8.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by _nixbld1
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "
/nix/store/w4yaqdag8bmx23nbzv5jc9j39dixlj75-neovim-unwrapped-0.8.2/share/nvim
"
EDIT:
If it helps anyhow, here are my dotfiles related to Neovim (you can ignore default.nix
, it's not used).
I found solution to my problem.
I installed wanted Tree sitter plugins as before, but also there is some option :TSToogle highlight
and the highlight started to appear. I'm not familiar with TreeSitter, thought the installation of plugins were enough. Will take some time to understand everything about treesitter.
Thank you for the plugin btw 🚀 .
I found solution to my problem.
I installed wanted Tree sitter plugins as before, but also there is some option
:TSToogle highlight
and the highlight started to appear. I'm not familiar with TreeSitter, thought the installation of plugins were enough. Will take some time to understand everything about treesitter.Thank you for the plugin btw 🚀 .
Worked for me as well! Plus, I was finally able to use TreeSitter, I had the plugin but it was not active 😂 -- Since I have coc as well I already had partial highlighting.
:TSToogle highlight to the rescue it appears 👍
when I apply either cellular automaton effect within nvim v0.8.2 using alacritty terminal, and tmux, within macos, all syntax highlighting is lost