fix: format readme

This commit is contained in:
Michael Chris Lopez
2025-06-11 08:52:30 +02:00
parent bbf9a5ca16
commit 0be0192b5b

View File

@@ -16,14 +16,14 @@ or try the [built-in collection](#usage).
## Requirement ## Requirement
- Neovim v0.8.0 (use v2.0.0 for older versions) or Vim 8.1 - Neovim v0.8.0 (use v2.0.0 for older versions) or Vim 8.1
## Recommended setup ## Recommended setup
- Neovim with true colors support i.e. `set termguicolors`. Vim works but only - Neovim with true colors support i.e. `set termguicolors`. Vim works but only
in compatibility mode. in compatibility mode.
- Font with bold and italic - Font with bold and italic
- Terminal or GUI with bold and italic support - Terminal or GUI with bold and italic support
## Installation ## Installation
@@ -101,34 +101,34 @@ See more [showcase](doc/showcase.md) from the other colorschemes or checkout the
Aside from LSP and basic Tree-sitter support, here are some plugins that are Aside from LSP and basic Tree-sitter support, here are some plugins that are
currently supported. currently supported.
- [Git Signs](https://github.com/lewis6991/gitsigns.nvim) - [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
- [Git Gutter](https://github.com/airblade/vim-gitgutter) - [Git Gutter](https://github.com/airblade/vim-gitgutter)
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim) - [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
- [Telescope](https://github.com/nvim-telescope/telescope.nvim) - [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [Sneak](https://github.com/justinmk/vim-sneak) - [Sneak](https://github.com/justinmk/vim-sneak)
- [Leap](https://github.com/ggandor/leap.nvim) - [Leap](https://github.com/ggandor/leap.nvim)
- [Hop](https://github.com/phaazon/hop.nvim) - [Hop](https://github.com/phaazon/hop.nvim)
- [Lualine](https://github.com/hoob3rt/lualine.nvim) - [Lualine](https://github.com/hoob3rt/lualine.nvim)
- [Lightline](https://github.com/itchyny/lightline.vim) - [Lightline](https://github.com/itchyny/lightline.vim)
- [BarBar](https://github.com/romgrk/barbar.nvim) - [BarBar](https://github.com/romgrk/barbar.nvim)
- [CoC](https://github.com/neoclide/coc.nvim) - [CoC](https://github.com/neoclide/coc.nvim)
- [Cmp](https://github.com/hrsh7th/nvim-cmp) - [Cmp](https://github.com/hrsh7th/nvim-cmp)
- [Neogit](https://github.com/TimUntersberger/neogit) - [Neogit](https://github.com/TimUntersberger/neogit)
- [WhichKey](https://github.com/folke/which-key.nvim) - [WhichKey](https://github.com/folke/which-key.nvim)
- [Trouble](https://github.com/folke/trouble.nvim) - [Trouble](https://github.com/folke/trouble.nvim)
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua) - [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [](https://github.com/mcchrish/nnn.vim) - [](https://github.com/mcchrish/nnn.vim)
- [Mason](https://github.com/williamboman/mason.nvim) - [Mason](https://github.com/williamboman/mason.nvim)
## Other implementations ## Other implementations
- [iTerm2](extras/iterm) - [iTerm2](extras/iterm)
- [Kitty](extras/kitty) - [Kitty](extras/kitty)
- [Alacritty](extras/alacritty) - [Alacritty](extras/alacritty)
- [WezTerm](extras/wezterm) - [WezTerm](extras/wezterm)
- [Windows Terminal](extras/windows_terminal) - [Windows Terminal](extras/windows_terminal)
- [Foot](extras/foot) - [Foot](extras/foot)
- [Tmux](extras/tmux) - [Tmux](extras/tmux)
It's also possible to generate any color configuration files using shipwright, It's also possible to generate any color configuration files using shipwright,
[this one for Kitty](lua/zenbones/shipwright/runners/kitty.lua) for example. [this one for Kitty](lua/zenbones/shipwright/runners/kitty.lua) for example.
@@ -147,5 +147,5 @@ There are more similar
## Git mirrors ## Git mirrors
- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim) - [Gitlab](https://gitlab.com/mcchris/zenbones.nvim)
- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim) - [Codeberg](https://codeberg.org/mcchris/zenbones.nvim)