From 1e9bae6c7b15570c4214f45baf31e89856e97f27 Mon Sep 17 00:00:00 2001 From: janabhumi Date: Mon, 3 Oct 2022 13:55:34 +0300 Subject: [PATCH] plugins/explorer: remove nvim-tree recommended opts to fix spell --- plugins/explorer/nvim-tree.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/explorer/nvim-tree.lua b/plugins/explorer/nvim-tree.lua index fe0d0b0..7892fbc 100644 --- a/plugins/explorer/nvim-tree.lua +++ b/plugins/explorer/nvim-tree.lua @@ -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()