fix: neotree border solid
This commit is contained in:
parent
f5bd91045d
commit
d844457305
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue