pull/339/head
Omixxx 2 years ago
parent e23eec9c6e
commit ee611e742f

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

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

Loading…
Cancel
Save