1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

tests/plugins/sidekick: update defaults

This commit is contained in:
Gaetan Lepage 2025-10-14 09:06:11 +02:00 committed by Gaétan Lepage
parent 73882eb022
commit a9e6972297

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{ {
empty = { empty = {
plugins.copilot-lua.enable = true; plugins.copilot-lua.enable = true;
@ -44,12 +45,18 @@
cli = { cli = {
watch = true; watch = true;
win = { win = {
config = lib.nixvim.mkRaw "function(terminal) end";
wo = { }; wo = { };
bo = { }; bo = { };
layout = "right";
float = {
width = 0.9;
height = 0.9;
};
split = {
width = 80; width = 80;
height = 20; height = 20;
layout = "vertical"; };
position = "right";
keys = { keys = {
stopinsert = [ stopinsert = [
"<esc><esc>" "<esc><esc>"