mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
13 lines
288 B
Lua
13 lines
288 B
Lua
require('telescope').setup {
|
|
defaults = {
|
|
-- Default configuration for telescope goes here:
|
|
-- config_key = value,
|
|
mappings = {
|
|
i = {
|
|
["<C-j>"] = "which_key",
|
|
["<C-k>"] = "which_key",
|
|
}
|
|
}
|
|
}
|
|
}
|