Skip to content

Commit

Permalink
Update OS logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Box-Coder authored May 24, 2024
1 parent c3afdc2 commit a233884
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Add the one you want to the `pluginchannels` array in `settings.json`, so like t

## 🔌 Plugins

| Name | Description | OS | Requirements |
| Name | Description | ⠀⠀⠀OS⠀⠀⠀ | Requirements |
|-- | -- | -- | -- |
| [acme] | An acme style editing plugin for the micro editor. | ![Linux] ![macOS] | |
| [align] | Simple plugin to align multiple cursors in micro. | ![Linux] ![macOS] ![Windows] | |
Expand All @@ -62,7 +62,7 @@ Add the one you want to the `pluginchannels` array in `settings.json`, so like t
| [calc] | Add calc command for calculating math. | ![Linux] | [calc_] |
| [capitalizer] | A simple micro-editor plugin that allows to capitalize selected text. | ![Linux] ![macOS] ![Windows] | |
| [cheat] | F1 cheatsheet for the language you're editing: Python, Go, Lua... | ![Linux] ![macOS] ![Windows] | |
| [colorschemes] | Colorschemes aggregator. | ![Linux] ![macOS] ![Windows] | |
| [colorschemes] | Colorschemes aggregator. | ![Linux] ![Windows] ![macOS] | |
| [delve] | Integrates golang delve debugger.
| [emacs_select] | Emacs-style selection for Micro.
| [filemanager2] | Plugin that allows for easy navigation of a file tree.
Expand Down Expand Up @@ -150,9 +150,18 @@ Collaboration is super welcome! See [CONTRIBUTING.md](https://codeberg.org/micro

<!-- Resources/Links -->

[Linux]: https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black
<!--[Linux]: https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black
[macOS]: https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0
[Windows]: https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white
[Windows]: https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white -->
[Linux]: https://img.shields.io/badge/--FCC624?logo=linux&logoColor=000000
[Windows]: https://img.shields.io/badge/--08a1f7?logo=windows&logoColor=ffffff
[macOS]: https://img.shields.io/badge/--181717?logo=apple

[ag]: https://github.com/ggreer/the_silver_searcher
[aspell_]: http://aspell.net/
[calc_]: https://github.com/lcn2/calc

![Visual Studio](https://img.shields.io/badge/--181717?logo=linux)



0 comments on commit a233884

Please sign in to comment.