mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-14 13:01:12 +01:00
plugins/mini-cmdline: init
This commit is contained in:
parent
abd3e966f3
commit
f61667b37e
2 changed files with 61 additions and 0 deletions
13
plugins/by-name/mini-cmdline/default.nix
Normal file
13
plugins/by-name/mini-cmdline/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "mini-cmdline";
|
||||
moduleName = "mini.cmdline";
|
||||
|
||||
maintainers = [ lib.maintainers.HeitorAugustoLN ];
|
||||
|
||||
settingsExample = {
|
||||
autocomplete.enable = true;
|
||||
autocorrect.enable = true;
|
||||
autopeek.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue