From 45c6a3debb4e8b6b6a79034acbf3caccb5b79678 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 13 Mar 2024 12:30:54 -0400 Subject: [PATCH] 170 current 2024-03-13 12:30:47 24.05.20240309.3030f18 6.7.9-zen1 * --- modules/home-manager/vim.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index c53d081..626f209 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -305,6 +305,10 @@ plugin = overseer-nvim; config = ''lua require('overseer').setup({ task_list = { direction = "bottom" } })''; } + { + plugin = dropbar-nvim; + config = ''lua require('dropbar').setup({ icons = { enable = true, kinds = { use_devicons = false, symbols = { File = "", Folder = "" } }} })''; + } ]; extraConfigLua = ''