mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
add: update config
This commit is contained in:
parent
60b34681f6
commit
8b1ecc923b
2 changed files with 7 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue