feat: pick theme with telescope

This commit is contained in:
Stevan Freeborn
2025-01-18 00:15:54 -06:00
parent 38905222ca
commit 075e78c9ce
11 changed files with 97 additions and 45 deletions
+6
View File
@@ -26,5 +26,11 @@ return {
require("telescope").load_extension("ui-select")
end
},
{
'andrew-george/telescope-themes',
config = function()
require('telescope').load_extension('themes')
end
}
}