diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-11 20:22:37 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-11 20:22:37 -0400 |
| commit | 04d818b753f86aec987e7e1c00ab0127de2c08f2 (patch) | |
| tree | 63292ff38c4804e8e927ba0d32847c0b0058e6a3 /pkgs/custom-neovim/default.nix | |
| parent | 0237ca8b4e043bba284f3e5267c1958104b13ee6 (diff) | |
neovim: replace dropbar with incline & more
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
