dotfiles/nvim/lua/plugins/nvim-tree/init.lua

8 lines
139 B
Lua
Raw Normal View History

2022-12-23 09:15:39 +00:00
require("nvim-tree").setup({
open_on_setup = false,
actions = {
open_file = {
quit_on_open = true,
}
}
})