1
0
Fork 0
dotfiles/dot_config/nvim/lua/plugins/nvim-tree.lua

7 lines
81 B
Lua
Raw Normal View History

2022-04-13 21:54:22 +02:00
local function init()
require'nvim-tree'.setup {}
end
return {
init = init
}