Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow authored Jan 29, 2022
1 parent 2168738 commit 3e56a0b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,33 @@ use({

> PR's are more than welcome if your favourite plugin is missing
- **[Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)**
- **[Diagnostics](https://neovim.io/doc/user/lsp.html)**
- **[Barbar](https://github.com/romgrk/barbar.nvim)**
- **[Gitsigns](https://github.com/lewis6991/gitsigns.nvim)**
- **[Modes](https://github.com/mvllow/modes.nvim)**
- **[NvimTree](https://github.com/kyazdani42/nvim-tree.lua)**
- **[WhichKey](https://github.com/folke/which-key.nvim)**
- **[Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)**
- **[Neogit](https://github.com/TimUntersberger/neogit)**
- **[Neorg](https://github.com/nvim-neorg/neorg)**
- **[Lspsaga](https://github.com/tami5/lspsaga.nvim)**
- **[Pounce](https://github.com/rlane/pounce.nvim)**
- **[Telescope](https://github.com/nvim-telescope/telescope.nvim)**
- **[Lualine](https://github.com/hoob3rt/lualine.nvim)**

```lua
require('lualine').setup({
options = { theme = 'rose-pine' }
})
```

- **[Galaxyline fork](https://github.com/NTBBloodbath/galaxyline.nvim)**
> This fork by NTBBloodbath allows [custom colors](https://github.com/NTBBloodbath/galaxyline.nvim/blob/main/docs/themes.md#colors-standards)
```lua
-- Set colors in your galaxyline config
local colors = require("galaxyline.themes.colors")["rose-pine"]
```
- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [Diagnostics](https://neovim.io/doc/user/lsp.html)
- [Barbar](https://github.com/romgrk/barbar.nvim)
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [Modes](https://github.com/mvllow/modes.nvim)
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [WhichKey](https://github.com/folke/which-key.nvim)
- [Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
- [Neogit](https://github.com/TimUntersberger/neogit)
- [Neorg](https://github.com/nvim-neorg/neorg)
- [Lspsaga](https://github.com/tami5/lspsaga.nvim)
- [Pounce](https://github.com/rlane/pounce.nvim)
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [Lualine](https://github.com/hoob3rt/lualine.nvim)


```lua
require('lualine').setup({
options = { theme = 'rose-pine' }
})
```

- [Galaxyline fork](https://github.com/NTBBloodbath/galaxyline.nvim)

```lua
local colors = require("galaxyline.themes.colors")["rose-pine"]
```

## Gallery

Expand Down

0 comments on commit 3e56a0b

Please sign in to comment.