summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-05-03 19:34:22 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-05-03 19:48:22 +0300
commitd406936c65e0609348721289fc5e0e9f70726b4c (patch)
treea1f23066575e6c4a38ceabd598ff62af2c0739b9 /flake.nix
parentfeat: use `fzf-lua` features more (diff)
downloadneovim-configuration-d406936c65e0609348721289fc5e0e9f70726b4c.tar.gz
neovim-configuration-d406936c65e0609348721289fc5e0e9f70726b4c.tar.bz2
neovim-configuration-d406936c65e0609348721289fc5e0e9f70726b4c.tar.lz
neovim-configuration-d406936c65e0609348721289fc5e0e9f70726b4c.tar.xz
neovim-configuration-d406936c65e0609348721289fc5e0e9f70726b4c.tar.zst
neovim-configuration-d406936c65e0609348721289fc5e0e9f70726b4c.zip
feat: use `bufferline.nvim`
Diffstat (limited to '')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index dedd3f1..3ec4206 100644
--- a/flake.nix
+++ b/flake.nix
@@ -228,6 +228,7 @@
git = [ gitsigns-nvim ];
ui = [
+ bufferline-nvim
noice-nvim
todo-comments-nvim
];