From 6a4294e773ea29a70b522cdd39e0e7fbdc6a3b0b Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 4 Jun 2024 13:52:05 +0200 Subject: feat(Oil): add float options, change e to open in floating mode --- lua/pml68/plugins.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 067bf06..ce66b1b 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -47,6 +47,15 @@ local plugins = { view_options = { show_hidden = true, }, + float = { + padding = 2, + max_width = 50, + max_height = 0, + border = "single", + win_options = { + winblend = 0, + }, + }, }) end }, -- cgit v1.2.3