mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/lf: use nestedLiteralLua in settingsExample
This commit is contained in:
parent
8fcd7f1a92
commit
c978122396
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
dir = "";
|
||||
direction = "float";
|
||||
border = "rounded";
|
||||
height.__raw = "vim.fn.float2nr(vim.fn.round(0.75 * vim.o.lines))";
|
||||
width.__raw = "vim.fn.float2nr(vim.fn.round(0.75 * vim.o.columns))";
|
||||
height = lib.nixvim.nestedLiteralLua "vim.fn.float2nr(vim.fn.round(0.75 * vim.o.lines))";
|
||||
width = lib.nixvim.nestedLiteralLua "vim.fn.float2nr(vim.fn.round(0.75 * vim.o.columns))";
|
||||
escape_quit = true;
|
||||
focus_on_open = true;
|
||||
tmux = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue