From 4333dc20af7d99d1c1fcd3dad6b79ac854109cc9 Mon Sep 17 00:00:00 2001 From: mvllow Date: Tue, 24 Aug 2021 16:15:02 -0500 Subject: [PATCH] revert to default border for telescope --- lua/rose-pine/theme.lua | 4 ---- readme.md | 1 - 2 files changed, 5 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index aaad950..73a8512 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -297,10 +297,6 @@ theme.plugins = { NvimTreeGitRenamed = { fg = p.pine }, NvimTreeGitStaged = { fg = p.iris }, - -- telescope.nvim - -- https://github.com/nvim-telescope/telescope.nvim - TelescopeBorder = { fg = p.subtle }, - -- which-key.nvim -- https://github.com/folke/which-key.nvim WhichKey = { fg = p.iris }, diff --git a/readme.md b/readme.md index 8190ab0..9b91afa 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,6 @@ require('lualine').setup({ ## Plugin Support -- [Telescope](https://github.com/nvim-telescope/telescope.nvim) - [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - [LSP diagnostics](https://neovim.io/doc/user/lsp.html) - [Barbar](https://github.com/romgrk/barbar.nvim)