feat(plugins): add dressing
This commit is contained in:
parent
6d277fcd66
commit
37df509e53
1 changed files with 18 additions and 0 deletions
18
plugins/dressing.nix
Normal file
18
plugins/dressing.nix
Normal 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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue