mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add support for pounce.nvim (#60)
This commit is contained in:
parent
06fca4e007
commit
556b04d018
2 changed files with 9 additions and 0 deletions
|
|
@ -478,6 +478,13 @@ local theme = {
|
||||||
-- Lsp_Signature
|
-- Lsp_Signature
|
||||||
-- https://github.com/ray-x/lsp_signature.nvim
|
-- https://github.com/ray-x/lsp_signature.nvim
|
||||||
LspSignatureActiveParameter = { bg = p.overlay },
|
LspSignatureActiveParameter = { bg = p.overlay },
|
||||||
|
|
||||||
|
-- pounce
|
||||||
|
-- https://github.com/rlane/pounce.nvim
|
||||||
|
PounceMatch = { link = 'Search' },
|
||||||
|
PounceGap = { link = 'Search' },
|
||||||
|
PounceAccept = { fg = p.love, bg = p.highlight_high },
|
||||||
|
PounceAcceptBest = { fg = p.base, bg = p.gold },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,9 @@ use({
|
||||||
- **[Neogit](https://github.com/TimUntersberger/neogit)**
|
- **[Neogit](https://github.com/TimUntersberger/neogit)**
|
||||||
- **[Neorg](https://github.com/nvim-neorg/neorg)**
|
- **[Neorg](https://github.com/nvim-neorg/neorg)**
|
||||||
- **[Lspsaga](https://github.com/tami5/lspsaga.nvim)**
|
- **[Lspsaga](https://github.com/tami5/lspsaga.nvim)**
|
||||||
|
- **[Pounce](https://github.com/rlane/pounce.nvim)**
|
||||||
- **[Lualine](https://github.com/hoob3rt/lualine.nvim)**
|
- **[Lualine](https://github.com/hoob3rt/lualine.nvim)**
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require('lualine').setup({
|
require('lualine').setup({
|
||||||
options = { theme = 'rose-pine' }
|
options = { theme = 'rose-pine' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue