16 lines
199 B
Nix
16 lines
199 B
Nix
{ ... }: {
|
|
text = ''
|
|
require("telescope").setup{
|
|
defaults = {
|
|
mappings = {
|
|
i = {
|
|
["<C-?>"] = "which_key",
|
|
}
|
|
}
|
|
},
|
|
extensions = { },
|
|
pickers = { },
|
|
}
|
|
'';
|
|
}
|