Skip to content

Commit

Permalink
repo: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Sep 9, 2023
1 parent 4981d6d commit e2a0442
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@

ronny.nvim is a dark colorscheme for [Neovim](https://github.com/neovim/neovim), which mostly was inspired by the Monokai originally created by Wimem Hazenberg.

![ronny.nvim](path_to_screenshot.png)

## Supported Plugins

- [x] [LSP](https://github.com/neovim/nvim-lspconfig)/[Diagnostics](https://neovim.io/doc/user/diagnostic.html)
- [x] [TreeSitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [x] [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [x] [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [x] [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and [nvim-compe](https://github.com/hrsh7th/nvim-compe)
- [x] [Which Key](https://github.com/folke/which-key.nvim)
- [x] [Git Gutter](https://github.com/airblade/vim-gitgutter) and [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
- [x] [Lualine](https://github.com/hoob3rt/lualine.nvim)
- [ ] [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
- [ ] [barbar.nvim](https://github.com/romgrk/barbar.nvim)
- [x] [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
![ronny.nvim](preview/ronny.png)

## Installation

Expand Down Expand Up @@ -59,9 +45,28 @@ require("ronny").setup({
})
```

## Supported Plugins

- [x] [LSP](https://github.com/neovim/nvim-lspconfig)/[Diagnostics](https://neovim.io/doc/user/diagnostic.html)
![Diagnostic](preview/diagnostic.png)
- [x] [TreeSitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [x] [Telescope](https://github.com/nvim-telescope/telescope.nvim)
![telescope](preview/telescope.png)
- [x] [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
![nvimtree](preview/nvimtree.png)
- [x] [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and [nvim-compe](https://github.com/hrsh7th/nvim-compe)
![nvim-cmp](preview/nvim-cmp.png)
- [x] [Which Key](https://github.com/folke/which-key.nvim)
- [x] [Git Gutter](https://github.com/airblade/vim-gitgutter) and [Git Signs](https://github.com/lewis6991/gitsigns.nvim)
- [x] [Lualine](https://github.com/hoob3rt/lualine.nvim)
![Lualine](preview/lualine.png)
- [ ] [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
- [ ] [barbar.nvim](https://github.com/romgrk/barbar.nvim)
- [x] [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)

## Extra folder

- [kitty](https://sw.kovidgoyal.net/kitty/) color scheme, [go](./extra/kitty/ronny.conf).
- [kitty](https://sw.kovidgoyal.net/kitty/) color scheme, [go](extra/kitty/ronny.conf).

## Something is broken but I know how to fix it!

Expand Down

0 comments on commit e2a0442

Please sign in to comment.