refactor(nvim): use latest HEAD for Neo-tree

This commit is contained in:
Price Hiller 2023-07-18 23:09:32 -05:00
parent e09958a747
commit 9ef4cb27b0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -177,7 +177,6 @@ lazy.setup({
-- File Tree
{
"nvim-neo-tree/neo-tree.nvim",
branch = "v2.x",
dependencies = {
"nvim-tree/nvim-web-devicons",
"nvim-lua/plenary.nvim",