]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim/ui: actually... don't show bufferline on single buffer
[dotfiles.git] / nvim / lua / plugins / ui.lua
index dccc956c39979e9921f7893d55c10befaa0ab623..90e0b1bcba5cd3251267748ee48223ee6d748a99 100644 (file)
@@ -8,7 +8,7 @@ return {
     ---@type BufferlineConfig
     opts = {
       options = {
     ---@type BufferlineConfig
     opts = {
       options = {
-        always_show_bufferline = true,
+        always_show_bufferline = false,
       },
     },
   },
       },
     },
   },