This commit is contained in:
Omixxx 2023-04-21 12:31:46 +02:00
parent e23eec9c6e
commit ee611e742f
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
--[[
a=====================================================================
=====================================================================
==================== READ THIS BEFORE CONTINUING ==================== =====================================================================
Kickctart.nvim is *not* a distribution.
@ -406,6 +406,11 @@ require('telescope').setup {
},
},
},
pickers = {
colorscheme = {
enable_preview = true
}
}
}
-- Enable telescope fzf native, if installed

View File

@ -59,6 +59,7 @@ return {
"Shatur/neovim-ayu",
'doums/darcula',
"sainnhe/gruvbox-material",
"Everblush/everblush.vim",
config = function()
end
}