From 04d818b753f86aec987e7e1c00ab0127de2c08f2 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 11 Aug 2025 20:22:37 -0400 Subject: neovim: replace dropbar with incline & more --- pkgs/custom-neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/custom-neovim/default.nix') diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index a588086..603c66d 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -16,7 +16,6 @@ in nvim-lspconfig # Adds lsp presets. actions-preview-nvim # Adds a selector for LSP actions. nvim-treesitter.withAllGrammars # All treesitter grammars. - tabby-nvim # Tab bar. snacks-nvim # Many small modules. dropbar-nvim # Winbar with breadcrumbs. auto-session # Automatic session manager. @@ -28,6 +27,7 @@ in fidget-nvim # Simple notification UI focus-nvim # Automatic split resizer and manager. render-markdown-nvim # Render markdown fancily. + incline-nvim # Puts the filename in the winbar. # Completion nvim-cmp # Completer. -- cgit v1.2.3