Revert "monokai telescope"

This reverts commit bf17d5d108fb8078f7d1340cb089d4c87af6f45e.
This commit is contained in:
Oliver Hartmann 2023-05-25 22:55:31 +02:00
parent bf17d5d108
commit b1c2599b9e
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ return {
config = function()
require('monokai-pro').setup({
-- filter = 'spectrum'
background_clear = {},
override = function(c)
return {
['@lsp.type.class'] = { link = 'Structure' },

View File

@ -118,7 +118,6 @@ return {
require('telescope').setup({
defaults = {
borderchars = { "", " ", "", "", "", " ", " ", "" },
mappings = {
i = {
['<cr>'] = actions.select_default + actions.center,