Skip to content

Commit

Permalink
removing tabline... what the heck.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 22, 2023
1 parent 29fde00 commit cf4da4f
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions roles/neovim/files/lua/techdufus/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,7 @@ return {
{
"tjdevries/sPoNGe-BoB.NvIm",
},
{
'noib3/nvim-cokeline',
dependencies = 'nvim-tree/nvim-web-devicons', -- If you want devicons
config = function()
require('cokeline').setup({
components = {
{
text = function(buffer) return ' ' .. buffer.devicon.icon end,
},
{
text = function(buffer) return ' ' .. buffer.filename .. ' ' end,
},
{
text = '',
delete_buffer_on_left_click = true,
},
{
text = ' ',
}
},
})
end
},
-- end
'crispgm/nvim-go',
'erikzaadi/vim-ansible-yaml',
}

0 comments on commit cf4da4f

Please sign in to comment.