feat(nvim): show source selector for neotree in winbar
This commit is contained in:
parent
0f3e60198d
commit
e3c386d6d0
@ -2,6 +2,9 @@ local neotree = require("neo-tree")
|
|||||||
|
|
||||||
vim.g.neo_tree_remove_legacy_commands = 1
|
vim.g.neo_tree_remove_legacy_commands = 1
|
||||||
neotree.setup({
|
neotree.setup({
|
||||||
|
source_selector = {
|
||||||
|
winbar = true,
|
||||||
|
},
|
||||||
filesystem = {
|
filesystem = {
|
||||||
use_libuv_file_watcher = true,
|
use_libuv_file_watcher = true,
|
||||||
},
|
},
|
||||||
|
@ -76,7 +76,7 @@ lualine.setup({
|
|||||||
theme = "auto",
|
theme = "auto",
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
disabled_filetypes = { "alpha" },
|
disabled_filetypes = { "alpha", "neo-tree" },
|
||||||
always_divide_middle = true,
|
always_divide_middle = true,
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user