mirror of
https://github.com/zoriya/flake.git
synced 2026-05-19 05:41:42 +00:00
17 lines
290 B
Lua
17 lines
290 B
Lua
require("catppuccin").setup({
|
|
compile_path = vim.env.out .. "/lua/colors",
|
|
integrations = {
|
|
telescope = {
|
|
enabled = true,
|
|
style = "nvchad"
|
|
},
|
|
blink_cmp = true,
|
|
harpoon = true,
|
|
nvim_surround = true,
|
|
which_key = true,
|
|
navic = true,
|
|
leap = true,
|
|
noice = true,
|
|
},
|
|
})
|