lazyvim-starter

My configuration changes to https://github.com/LazyVim/starter
git clone https://git.eamoncaddigan.net/lazyvim-starter.git
Log | Files | Refs | README | LICENSE

disable-bufferline.lua (72B)


      1 return {
      2   {
      3     "akinsho/bufferline.nvim",
      4     enabled = false,
      5   },
      6 }