fix: neotree border solid

This commit is contained in:
əlemi 2024-05-31 19:28:57 +02:00
parent f5bd91045d
commit d844457305
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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",