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 ()
|
config = function ()
|
||||||
vim.g.neo_tree_remove_legacy_commands = 1
|
vim.g.neo_tree_remove_legacy_commands = 1
|
||||||
require('neo-tree').setup({
|
require('neo-tree').setup({
|
||||||
|
popup_border_style = "solid",
|
||||||
sources = {
|
sources = {
|
||||||
"filesystem",
|
"filesystem",
|
||||||
"buffers",
|
"buffers",
|
||||||
|
|
Loading…
Reference in a new issue