diff options
author | Joe <rbo@gmx.us> | 2024-02-27 14:36:24 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-27 14:36:59 +0100 |
commit | 94c1b513909cf622d22f57f15941e37014713821 (patch) | |
tree | e9d858229c6cfac02bbd4fab775286274d5944dd /.config/nvim/after/plugin | |
parent | up (diff) | |
download | dotfiles-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.lua | 14 |
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, - }, -}) |