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 = ''