mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 12:06:05 +01:00
tests/plugins/sidekick: update defaults
This commit is contained in:
parent
73882eb022
commit
a9e6972297
1 changed files with 11 additions and 4 deletions
|
|
@ -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 = { };
|
||||
layout = "right";
|
||||
float = {
|
||||
width = 0.9;
|
||||
height = 0.9;
|
||||
};
|
||||
split = {
|
||||
width = 80;
|
||||
height = 20;
|
||||
layout = "vertical";
|
||||
position = "right";
|
||||
};
|
||||
keys = {
|
||||
stopinsert = [
|
||||
"<esc><esc>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue