plugins/explorer: remove nvim-tree recommended opts to fix spell

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-03 13:55:34 +03:00
parent 89665d9a4a
commit 1e9bae6c7b
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
-- See: https://github.com/kyazdani42/nvim-tree.lua/blob/master/doc/nvim-tree-lua.txt
-- disable netrw at the very start of your init.lua (strongly advised)
vim.g.loaded = 1
vim.g.loaded_netrwPlugin = 1
-- empty setup using defaults
require("nvim-tree").setup()