updates
This commit is contained in:
parent
9e783c7478
commit
6d7bff010f
13 changed files with 859 additions and 298 deletions
|
|
@ -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'},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue