mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/cornelis: init
This commit is contained in:
parent
8f7600aca0
commit
67bbdf9318
2 changed files with 85 additions and 0 deletions
31
tests/test-sources/plugins/by-name/cornelis/default.nix
Normal file
31
tests/test-sources/plugins/by-name/cornelis/default.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.cornelis.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.cornelis = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
use_global_binary = 0;
|
||||
agda_prefix = "<localleader>";
|
||||
no_agda_input = 0;
|
||||
bind_input_hook = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.cornelis = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
use_global_binary = 1;
|
||||
agda_prefix = "<Tab>";
|
||||
no_agda_input = 1;
|
||||
bind_input_hook = "MyCustomHook";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue