Merge pull request #21 from NarutoXY/main

This commit is contained in:
not 2021-09-22 07:19:39 -04:00 committed by GitHub
commit cccebee580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -307,6 +307,10 @@ theme.plugins = {
WhichKeyDesc = { fg = p.gold },
WhichKeyFloat = { bg = p.surface },
WhichKeyValue = { fg = p.rose },
-- indent-blankline.nvim
-- https://github.com/lukas-reineke/indent-blankline.nvim
IndentBlanklineChar = { fg = p.subtle },
}
return theme

View file

@ -61,6 +61,7 @@ local colors = require("galaxyline.themes.colors")["rose-pine"]
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [WhichKey](https://github.com/folke/which-key.nvim)
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
- [Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
## Gallery