From 8a728cd0cde199660794913e9d754df3e792d0eb Mon Sep 17 00:00:00 2001 From: not Date: Fri, 28 Jan 2022 18:32:46 -0600 Subject: [PATCH] Update readme.md --- readme.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/readme.md b/readme.md index 53ca434..2a02672 100644 --- a/readme.md +++ b/readme.md @@ -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)** +- [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"] - ``` +```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