1

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.

config

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

error

romainl
  • 186,200
  • 21
  • 280
  • 313
bogdaryan
  • 13
  • 4
  • Your configuration is hard to debug: prefer to post extracts of your configuration files instead of images. How is included your file `user/plugins/user.lua` file to install `nvim-tree` plugin with Lazy? – lcheylus May 08 '23 at 06:44
  • I'd ask this question on the repository of astronvim since it looks like that you're using it. – TornaxO7 May 14 '23 at 09:36

0 Answers0