11 lines
131 B
Nix
11 lines
131 B
Nix
{
|
|
plugins = {
|
|
telescope = {
|
|
enable = true;
|
|
keymaps = {
|
|
"<leader>ff" = "find_files";
|
|
};
|
|
};
|
|
};
|
|
}
|