Release v1.0

This commit is contained in:
2026-07-15 14:05:59 +02:00
parent 42a17abb3a
commit 40c4600b12
3 changed files with 15 additions and 84 deletions
-1
View File
@@ -39,7 +39,6 @@ function M.setup()
local api = require("nvim-tree.api")
api.config.mappings.default_on_attach(bufnr)
vim.keymap.del("n", "<C-e>", { buffer = bufnr })
vim.opt_local.statusline = " "
end,
})