feat(nvim-tree): disable auto open on startup
This commit is contained in:
@@ -244,11 +244,6 @@ return {
|
|||||||
override_highlights()
|
override_highlights()
|
||||||
disable_highlights()
|
disable_highlights()
|
||||||
|
|
||||||
require("nvim-tree.api").tree.toggle({
|
|
||||||
find_file = true,
|
|
||||||
focus = false,
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("QuitPre", {
|
vim.api.nvim_create_autocmd("QuitPre", {
|
||||||
callback = function()
|
callback = function()
|
||||||
local tree_wins = {}
|
local tree_wins = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user