EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.86k stars 134 forks source link

bug: alacritty config should use TOML for alacritty >=0.13.0 #399

Closed oxalica closed 5 months ago

oxalica commented 5 months ago

Neovim version (nvim -v)

N/A

Operating system/version

NixOS unstable 46ae0210ce163b3cba6c7da08840c1d63de9c701

Describe the bug

Since Alacritty 0.13.0, it's using TOML as configuration file. We are currently still exporting YAML config in extra. Importing this file causes [WARN] ... YAML config .. is deprecated, please migrate to TOML using `alacritty migrate` on startup of alacritty.

Steps To Reproduce

  1. Use alacritty 0.13.0, which is the default version in latest NixOS unstable now.
  2. Write import = ["/path/to/nightfox.nvim/extra/nightfox/alacritty.yml"] in ~/.config/alacritty/alacritty.toml
  3. Open alacritty, see the warning.

Expected Behavior

No warning in alacritty.

Repro

No response