Former-commit-id: 4aba4116de
This commit is contained in:
Hadi
2024-06-17 19:45:21 +02:00
parent 2b902ef731
commit 6f3c922010
261 changed files with 73 additions and 68 deletions

View File

@@ -0,0 +1,13 @@
{
programs.nixvim.plugins.telescope = {
enable = true;
keymaps = {
"<leader>fg" = "live_grep";
#"<C-p>" = {
# action = "git_files";
# desc = "Telescope Git Files";
#};
};
extensions.fzf-native = { enable = true; };
};
}