summaryrefslogtreecommitdiffstats
path: root/plugin/nvimtree.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-20 16:29:49 +0100
committerNanderty <psopka@sopka.ch>2023-03-20 16:29:49 +0100
commit7111388965e01e9c712dfc2288028952fe78b664 (patch)
tree5f499fc0fbfc2122066b86d02987604146bd5e09 /plugin/nvimtree.lua
parent423133102d96556d121a97689be1f4f6542e320c (diff)
downloadneovim-config-7111388965e01e9c712dfc2288028952fe78b664.tar.gz
neovim-config-7111388965e01e9c712dfc2288028952fe78b664.tar.bz2
neovim-config-7111388965e01e9c712dfc2288028952fe78b664.zip
lazyvim
Diffstat (limited to 'plugin/nvimtree.lua')
-rw-r--r--plugin/nvimtree.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin/nvimtree.lua b/plugin/nvimtree.lua
deleted file mode 100644
index 42e69b2..0000000
--- a/plugin/nvimtree.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-vim.g.loaded_netrw = 1
-vim.g.loaded_netrwPlugin = 1
-
--- empty setup using defaults
-require("nvim-tree").setup()