summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-27 14:36:24 +0100
committerJoe <rbo@gmx.us>2024-02-27 14:36:59 +0100
commit94c1b513909cf622d22f57f15941e37014713821 (patch)
treee9d858229c6cfac02bbd4fab775286274d5944dd /.config/nvim/after/plugin
parentup (diff)
downloaddotfiles-bsd-94c1b513909cf622d22f57f15941e37014713821.tar.gz
dotfiles-bsd-94c1b513909cf622d22f57f15941e37014713821.tar.bz2
dotfiles-bsd-94c1b513909cf622d22f57f15941e37014713821.tar.xz
dotfiles-bsd-94c1b513909cf622d22f57f15941e37014713821.tar.zst
dotfiles-bsd-94c1b513909cf622d22f57f15941e37014713821.zip
up
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,
- },
-})