feat(plugins): add dressing

This commit is contained in:
Nicolas Goudry 2024-06-02 23:00:37 +02:00
parent 6d277fcd66
commit 37df509e53
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

18
plugins/dressing.nix Normal file
View file

@ -0,0 +1,18 @@
# 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" ];
};
};
}