]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim/ui: always show bufferline
[dotfiles.git] / nvim / lua / plugins / ui.lua
index e91dbb2552ca4c8ab5df1040c899984030bd2b64..637afcbb619a7a29cbbd55f38cf9ecd69570c6fc 100644 (file)
@@ -1,4 +1,12 @@
 return {
 return {
+  {
+    "bufferline.nvim",
+    opts = {
+      options = {
+        always_show_bufferline = true,
+      },
+    },
+  },
   {
     "noice.nvim",
     opts = {
   {
     "noice.nvim",
     opts = {