I have a problem, I installed the plugin for the color theme without any problems. But when I want to install a plugin for the tree, there are some problems. The documentation says that you need to insert this code into init.lua.
require("nvim-tree").setup({
sort_by = "case_sensitive",
view = {
width = 30,
},
renderer = {
group_empty = true,
},
filters = {
dotfiles = true,
},
})
but when I do this, when running nvim I have an error