Remove unnecessary packer .config - it will clobber user options! See #1094

This commit is contained in:
Alexander Courtis 2022-04-16 11:27:29 +10:00
parent 477536cd7e
commit 84993e9e9f
2 changed files with 7 additions and 8 deletions

View File

@ -25,8 +25,7 @@ use {
'kyazdani42/nvim-tree.lua',
requires = {
'kyazdani42/nvim-web-devicons', -- optional, for file icon
},
config = function() require'nvim-tree'.setup {} end
}
}
```