AstroVimConfig/lua/plugins/neo-tree.lua

9 lines
150 B
Lua
Raw Normal View History

2025-03-29 09:15:27 +00:00
---@type LazySpec
return {
"nvim-neo-tree/neo-tree.nvim",
opts = function(_, opts)
opts.window.mappings["T"] = false
return opts
end,
}