add: update config

This commit is contained in:
asep.komarudin 2024-04-25 07:02:03 +07:00
parent 60b34681f6
commit 8b1ecc923b
2 changed files with 7 additions and 8 deletions

View file

@ -65,9 +65,3 @@ vim.g.VM_Insert_hl = "DiffChange"
-- end
-- end,
-- })
-- auto open file if creation
local api = require("nvim-tree.api")
api.events.subscribe(api.events.Event.FileCreated, function(file)
vim.cmd("edit " .. file.fname)
end)