From c0696951db95b14fe561f82c7128b105adee9718 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 12 Feb 2026 15:34:09 +0100 Subject: Neovim: Aktuell geffnete Datei soll im File-Explorer anzeigt werden --- nvim/lua/plugins/ui.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 10c4762..f1ca409 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -30,6 +30,11 @@ return { }, config = function() require("nvim-tree").setup({ + update_focused_file = { + enable = true, + update_root = false, + ignore_list = {}, + }, view = { width = 30, }, @@ -54,5 +59,4 @@ return { "RRethy/vim-illuminate", event = "BufReadPost", }, - } -- cgit v1.3