AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.19k stars 240 forks source link

Typo/ambiguity in colorscheme name (fluoromachine) #846

Closed Davidoc26 closed 6 months ago

Davidoc26 commented 6 months ago

Checklist

Neovim version (nvim -v)

0.9.5 release

Operating system/version

Linux 6.6

Terminal/GUI

gnome-terminal

Describe the bug

In fact, there is a typo in the colorscheme name in this repo, which, if you are not careful, will lead to the failure to load this colorscheme (even if the name of the colorscheme was written correctly in the config).

Correct name is fluoromachine.nvim (as it is written by the author himself: maxmx03/fluoromachine.nvim). But now in the repository it's called fluormachine.nvim (#390).

Steps to Reproduce

Add { import = "astrocommunity.colorscheme.fluoromachine-nvim" } to your community plugins (assuming that colorscheme name is correct).

To make it work, you need to specify the wrong name(in terms of the colorscheme name): { import = "astrocommunity.colorscheme.fluormachine-nvim" }

Expected behavior

This should work with the correct colorscheme name: { import = "astrocommunity.colorscheme.fluoromachine-nvim" }

Screenshots

No response

Additional Context

No response

Uzaaft commented 6 months ago

You could have just created a PR yourself.

Uzaaft commented 6 months ago

Fixed in #848