revert to default border for telescope

This commit is contained in:
mvllow 2021-08-24 16:15:02 -05:00
commit 4333dc20af
2 changed files with 0 additions and 5 deletions

View file

@ -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 },

View file

@ -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)