Skip to content

Commit

Permalink
better bufferline that doesn't suck..
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 22, 2023
1 parent cf4da4f commit e39ce9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion roles/neovim/files/lua/techdufus/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ return {
{
"tjdevries/sPoNGe-BoB.NvIm",
},
-- end
{
'akinsho/bufferline.nvim',
version = "*",
dependencies = 'nvim-tree/nvim-web-devicons',
config = true,
},
'crispgm/nvim-go',
'erikzaadi/vim-ansible-yaml',
}

0 comments on commit e39ce9b

Please sign in to comment.