diff --git a/plugins/dressing.nix b/plugins/dressing.nix new file mode 100644 index 0000000..4a562ed --- /dev/null +++ b/plugins/dressing.nix @@ -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" ]; + }; + }; +}