From d844457305beef2c6bf554e628af7f0bd74eaa54 Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 31 May 2024 19:28:57 +0200 Subject: [PATCH] fix: neotree border solid --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index fb18fb6..b3651c2 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -96,6 +96,7 @@ return { config = function () vim.g.neo_tree_remove_legacy_commands = 1 require('neo-tree').setup({ + popup_border_style = "solid", sources = { "filesystem", "buffers",