mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-28 10:15:49 -05:00
tests/plugins/sidekick: update defaults
This commit is contained in:
committed by
Gaétan Lepage
parent
73882eb022
commit
a9e6972297
@@ -1,3 +1,4 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
empty = {
|
||||
plugins.copilot-lua.enable = true;
|
||||
@@ -44,12 +45,18 @@
|
||||
cli = {
|
||||
watch = true;
|
||||
win = {
|
||||
config = lib.nixvim.mkRaw "function(terminal) end";
|
||||
wo = { };
|
||||
bo = { };
|
||||
width = 80;
|
||||
height = 20;
|
||||
layout = "vertical";
|
||||
position = "right";
|
||||
layout = "right";
|
||||
float = {
|
||||
width = 0.9;
|
||||
height = 0.9;
|
||||
};
|
||||
split = {
|
||||
width = 80;
|
||||
height = 20;
|
||||
};
|
||||
keys = {
|
||||
stopinsert = [
|
||||
"<esc><esc>"
|
||||
|
||||
Reference in New Issue
Block a user