From d3483449381b6a7ee4e62e352c699c63ddaab33a Mon Sep 17 00:00:00 2001 From: Alex NeonXP Date: Sun, 18 Feb 2024 15:18:56 +0300 Subject: Конфиги nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/tree.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nvim/lua/plugins/tree.lua (limited to 'nvim/lua/plugins/tree.lua') diff --git a/nvim/lua/plugins/tree.lua b/nvim/lua/plugins/tree.lua new file mode 100644 index 0000000..86cc36c --- /dev/null +++ b/nvim/lua/plugins/tree.lua @@ -0,0 +1,14 @@ +require("nvim-tree").setup({ + sort = { + sorter = "case_sensitive", + }, + view = { + width = 30, + }, + renderer = { + group_empty = true, + }, + filters = { + dotfiles = true, + }, +}) -- cgit v1.2.3