summaryrefslogtreecommitdiffstats
path: root/plugin/nvimtree.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-16 19:34:12 +0100
committerNanderty <psopka@sopka.ch>2023-03-16 19:34:12 +0100
commit423133102d96556d121a97689be1f4f6542e320c (patch)
tree552f25a2ee87542410568f886483cc39e085390c /plugin/nvimtree.lua
parentfba8830826fa88ef43d84fb051f90f11e4ae939b (diff)
downloadneovim-config-423133102d96556d121a97689be1f4f6542e320c.tar.gz
neovim-config-423133102d96556d121a97689be1f4f6542e320c.tar.bz2
neovim-config-423133102d96556d121a97689be1f4f6542e320c.zip
wechsel auf lazy
Diffstat (limited to 'plugin/nvimtree.lua')
-rw-r--r--plugin/nvimtree.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/nvimtree.lua b/plugin/nvimtree.lua
new file mode 100644
index 0000000..42e69b2
--- /dev/null
+++ b/plugin/nvimtree.lua
@@ -0,0 +1,5 @@
+vim.g.loaded_netrw = 1
+vim.g.loaded_netrwPlugin = 1
+
+-- empty setup using defaults
+require("nvim-tree").setup()