mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 10:57:13 +00:00
Migrate from telescope to snacks.picker
This commit is contained in:
+13
-4
@@ -1,10 +1,6 @@
|
||||
require("catppuccin").setup({
|
||||
compile_path = vim.env.out .. "/lua/colors",
|
||||
integrations = {
|
||||
telescope = {
|
||||
enabled = true,
|
||||
style = "nvchad"
|
||||
},
|
||||
blink_cmp = true,
|
||||
harpoon = true,
|
||||
nvim_surround = true,
|
||||
@@ -16,4 +12,17 @@ require("catppuccin").setup({
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
custom_highlights = function(C)
|
||||
return {
|
||||
SnacksPickerMatch = { fg = C.mauve, style = { 'italic' } },
|
||||
SnacksPickerInput = { fg = C.text, bg = C.crust },
|
||||
SnacksPickerInputTitle = { fg = C.crust, bg = C.mauve },
|
||||
SnacksPickerInputBorder = { fg = C.text, bg = C.crust },
|
||||
SnacksPickerList = { bg = C.base },
|
||||
SnacksPickerListCursorLine = { bg = C.crust },
|
||||
SnacksPickerPreview = { bg = C.mantle },
|
||||
SnacksPickerPreviewBorder = { fg = C.mantle, bg = C.mantle },
|
||||
SnacksPickerPreviewTitle = { fg = C.mantle, bg = C.red },
|
||||
}
|
||||
end
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user