Small changes to config
This commit is contained in:
@@ -2,6 +2,10 @@ return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
enabled = false,
|
||||
init = function()
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
end,
|
||||
config = function()
|
||||
local nvimtree = require("nvim-tree")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user