Skip to content

Commit

Permalink
nvim(ui): disable bufferline
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Nov 5, 2024
1 parent 18f01e9 commit 2bbefc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nvim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
return {
{
"akinsho/bufferline.nvim",
enabled = false,
},
{
"folke/noice.nvim",
opts = {
Expand Down

0 comments on commit 2bbefc4

Please sign in to comment.