monokai telescope
This commit is contained in:
parent
80e3c762f5
commit
bf17d5d108
@ -3,6 +3,7 @@ return {
|
||||
config = function()
|
||||
require('monokai-pro').setup({
|
||||
-- filter = 'spectrum'
|
||||
background_clear = {},
|
||||
override = function(c)
|
||||
return {
|
||||
['@lsp.type.class'] = { link = 'Structure' },
|
||||
|
@ -118,6 +118,7 @@ return {
|
||||
|
||||
require('telescope').setup({
|
||||
defaults = {
|
||||
borderchars = { "█", " ", "▀", "█", "█", " ", " ", "▀" },
|
||||
mappings = {
|
||||
i = {
|
||||
['<cr>'] = actions.select_default + actions.center,
|
||||
|
Loading…
x
Reference in New Issue
Block a user