fix(neo-tree): don't change focus on startup
This commit is contained in:
@@ -148,11 +148,5 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
init = function()
|
init = toggle_neo_tree,
|
||||||
vim.defer_fn(function()
|
|
||||||
local winnr = vim.api.nvim_get_current_win()
|
|
||||||
toggle_neo_tree()
|
|
||||||
vim.api.nvim_set_current_win(winnr)
|
|
||||||
end, 100)
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user