summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/nvim-tree.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/after/plugin/nvim-tree.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/nvim/after/plugin/nvim-tree.lua b/.config/nvim/after/plugin/nvim-tree.lua
deleted file mode 100644
index 445c01f..0000000
--- a/.config/nvim/after/plugin/nvim-tree.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-require("nvim-tree").setup({
- sort = {
- sorter = "case_sensitive",
- },
- view = {
- width = 30,
- },
- renderer = {
- group_empty = true,
- },
- filters = {
- dotfiles = false,
- },
-})