From ebfafe9fad3e1b55cbcb7492ee45af90ecba77a9 Mon Sep 17 00:00:00 2001 From: lukajankovic Date: Mon, 29 Sep 2025 13:22:16 +0200 Subject: [PATCH] added nvim breadcrumbs --- nvim/lua/plugins_base/dropbar.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/lua/plugins_base/dropbar.lua diff --git a/nvim/lua/plugins_base/dropbar.lua b/nvim/lua/plugins_base/dropbar.lua new file mode 100644 index 0000000..de1116a --- /dev/null +++ b/nvim/lua/plugins_base/dropbar.lua @@ -0,0 +1,6 @@ +return { + { + "Bekaboo/dropbar.nvim", + version = "12.0.2" + } +}