nixvimConfig/plugins/dressing.nix

19 lines
340 B
Nix
Raw Normal View History

2024-06-02 23:00:37 +02:00
# homepage: https://github.com/stevearc/dressing.nvim
# nixvim doc: https://nix-community.github.io/nixvim/plugins/dressing/index.html
_:
{
opts = {
enable = true;
settings = {
input = {
default_prompt = "> ";
title_pos = "center";
};
select.backend = [ "telescope" "builtin" ];
};
};
}