mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-04 09:54:40 +02:00
enc: add option nvim-tree or neo-tree
This commit is contained in:
parent
c29942d4a7
commit
3f3e84aa49
7 changed files with 436 additions and 290 deletions
|
@ -72,13 +72,6 @@ api.nvim_create_autocmd("BufWritePre", {
|
|||
end,
|
||||
})
|
||||
|
||||
-- for fix error last close buffer
|
||||
vim.api.nvim_create_autocmd({ "QuitPre" }, {
|
||||
callback = function()
|
||||
vim.cmd("NvimTreeClose")
|
||||
end,
|
||||
})
|
||||
|
||||
local autocmd = vim.api.nvim_create_autocmd
|
||||
autocmd("VimEnter", {
|
||||
pattern = "*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue