This commit is contained in:
parent
ae9854f178
commit
ca66e8d7b2
13 changed files with 171 additions and 157 deletions
|
|
@ -158,6 +158,7 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
rainbow-delimiters.enable = true;
|
||||
vim-surround.enable = true;
|
||||
lsp-format.enable = true;
|
||||
|
|
@ -179,6 +180,9 @@ in
|
|||
settings = {
|
||||
completion.completeopt = "noselect";
|
||||
preselect = "None";
|
||||
view.entries = {
|
||||
selection_order = "near_cursor";
|
||||
};
|
||||
|
||||
sources =
|
||||
let
|
||||
|
|
@ -727,6 +731,7 @@ in
|
|||
ui-select.enable = true;
|
||||
fzf-native.enable = true;
|
||||
frecency.enable = true;
|
||||
# ast-grep.enable = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
@ -739,11 +744,17 @@ in
|
|||
"^target/"
|
||||
];
|
||||
defaults = {
|
||||
path_display = [ "smart" ];
|
||||
path_display = {
|
||||
"filename_first" = {
|
||||
reverse_directories = true;
|
||||
};
|
||||
};
|
||||
dynamic_preview_title = true;
|
||||
layout_strategy = "flex";
|
||||
layout_config = {
|
||||
width = 0.99;
|
||||
height = 0.99;
|
||||
prompt_position = "top";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue