From 616a424d0ee84819e39501447d337e55d344f7cc Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 13 Aug 2022 04:20:43 -0700 Subject: [PATCH] nvim: single border packer --- .config/nvim/lua/blake/plugins.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 4b5d2b7..b2df7f8 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -505,8 +505,12 @@ return require('packer').startup({function() -- } end, config = { - -- Floating window - display = { open_fn = require('packer.util').float }, + -- Make packer a floating window with single border + display = { + open_fn = function() + return require('packer.util').float({ border = 'single' }) + end + }, -- Move to lua dir so impatient.nvim can cache it compile_path = vim.fn.stdpath('config')..'/lua/packer_compiled.lua', -- Don't ask before removing plugins