mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/kitty-navigator: init
This commit is contained in:
parent
73417a761e
commit
e0b3d8bc3a
2 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.kitty-navigator.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.kitty-navigator = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
enable_stack_layout = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.kitty-navigator = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
enable_stack_layout = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue