mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
9 lines
239 B
Lua
9 lines
239 B
Lua
return function()
|
|
-- Unless you are still migrating, remove the deprecated commands from v1.x
|
|
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
|
|
|
|
require("neo-tree").setup({
|
|
hijack_netrw_behavior = "open_default",
|
|
})
|
|
end
|