config(nvim): bring back nvim-tree icon
parent
8bf6573290
commit
3eee997535
|
@ -157,6 +157,9 @@ require("lazy").setup({
|
|||
-- https://github.com/nvim-tree/nvim-tree.lua
|
||||
{
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
init = function()
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
@ -169,8 +172,6 @@ require("lazy").setup({
|
|||
indent_width = 1,
|
||||
icons = {
|
||||
show = {
|
||||
file = false,
|
||||
folder = false,
|
||||
folder_arrow = false,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue