mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
revert to default border for telescope
This commit is contained in:
parent
889c4e3886
commit
4333dc20af
2 changed files with 0 additions and 5 deletions
|
|
@ -297,10 +297,6 @@ theme.plugins = {
|
||||||
NvimTreeGitRenamed = { fg = p.pine },
|
NvimTreeGitRenamed = { fg = p.pine },
|
||||||
NvimTreeGitStaged = { fg = p.iris },
|
NvimTreeGitStaged = { fg = p.iris },
|
||||||
|
|
||||||
-- telescope.nvim
|
|
||||||
-- https://github.com/nvim-telescope/telescope.nvim
|
|
||||||
TelescopeBorder = { fg = p.subtle },
|
|
||||||
|
|
||||||
-- which-key.nvim
|
-- which-key.nvim
|
||||||
-- https://github.com/folke/which-key.nvim
|
-- https://github.com/folke/which-key.nvim
|
||||||
WhichKey = { fg = p.iris },
|
WhichKey = { fg = p.iris },
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ require('lualine').setup({
|
||||||
|
|
||||||
## Plugin Support
|
## Plugin Support
|
||||||
|
|
||||||
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
|
||||||
- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||||
- [LSP diagnostics](https://neovim.io/doc/user/lsp.html)
|
- [LSP diagnostics](https://neovim.io/doc/user/lsp.html)
|
||||||
- [Barbar](https://github.com/romgrk/barbar.nvim)
|
- [Barbar](https://github.com/romgrk/barbar.nvim)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue