2022-10-09 19:20:47 +02:00
|
|
|
return {
|
2022-10-09 22:40:29 +02:00
|
|
|
cmd = "Neotree",
|
|
|
|
config = function()
|
|
|
|
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
|
2022-10-09 19:20:47 +02:00
|
|
|
|
2022-10-09 22:40:29 +02:00
|
|
|
require("neo-tree").setup({ filesystem = { follow_current_file = true } })
|
|
|
|
end,
|
2022-10-09 19:20:47 +02:00
|
|
|
}
|