mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add support for telescope.nvim and allow border overrides
This commit is contained in:
parent
c6be966611
commit
f3bf19cabc
3 changed files with 91 additions and 81 deletions
|
|
@ -40,6 +40,7 @@ use({
|
|||
- **[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
|
||||
|
|
@ -47,6 +48,7 @@ use({
|
|||
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
|
||||
|
|
@ -88,6 +90,7 @@ local p = require('rose-pine.palette')
|
|||
vim.g.rose_pine_colors = {
|
||||
punctuation = p.subtle,
|
||||
comment = p.subtle,
|
||||
border = p.highlight_med,
|
||||
hint = p.iris,
|
||||
info = p.foam,
|
||||
warn = p.gold,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue