This commit is contained in:
Jana Dönszelmann 2026-01-18 22:21:03 +01:00
parent 9e783c7478
commit 6d7bff010f
No known key found for this signature in database
13 changed files with 859 additions and 298 deletions

View file

@ -23,7 +23,7 @@ in
programs.nixvim = {
plugins = {
treesitter-textobjects = {
enable = true;
enable = false;
lspInterop.enable = true;
select = {
@ -292,13 +292,13 @@ in
window = {
position = "right";
width = 30;
mappings = {
"<bs>" = "navigate_up";
"." = "set_root";
"/" = "fuzzy_finder";
"f" = "filter_on_submit";
"h" = "show_help";
};
# mappings = {
# "<bs>" = "navigate_up";
# "." = "set_root";
# "/" = "fuzzy_finder";
# "f" = "filter_on_submit";
# "h" = "show_help";
# };
};
filesystem = {
followCurrentFile.enabled = true;
@ -597,7 +597,7 @@ in
wilder.history(),
},
wilder.python_file_finder_pipeline({
file_command = {'${pkgs.ripgrep}/bin/rg', '--files'},
file_command = {'${pkgs.ripgrep}/bin/rg', '--files'},
dir_command = {'${pkgs.fd}/bin/fd', '-td'},
filters = {'cpsm_filter'},
})