Skip to content
Snippets Groups Projects
Verified Commit 1a7ae5f9 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: enabled live-preview of colouschemes through telescope

parent aa676f5b
No related branches found
No related tags found
No related merge requests found
......@@ -20,5 +20,15 @@ return { -- Fuzzy Finder (files, lsp, etc)
-- Useful for getting pretty icons, but requires a Nerd Font.
{ 'nvim-tree/nvim-web-devicons', enabled = vim.g.have_nerd_font },
}
},
config = function()
require('telescope').setup({
pickers = {
colorscheme = {
enable_preview = true
}
}
})
end
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment