Skip to content

Commit

Permalink
Merge pull request #293 from izumin5210/izumin5210/bump-bufferline
Browse files Browse the repository at this point in the history
chore(vim): bump bufferline.nvim
  • Loading branch information
izumin5210 authored Nov 5, 2023
2 parents 81ea151 + 62bfbc9 commit 28a0447
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ require('lazy').setup({
},
{
'akinsho/bufferline.nvim',
version = '*',
cond = not vim.g.vscode,
event = { 'BufReadPost', 'BufAdd', 'BufNewFile' },
dependencies = { 'nvim-tree/nvim-web-devicons' },
Expand Down
2 changes: 1 addition & 1 deletion config/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"aerial.nvim": { "branch": "master", "commit": "fb1f08c9f90e8b0c04b2f2c5d95d06288a14c5b2" },
"auto-session": { "branch": "main", "commit": "7afbb149f87be279778689596c781882014f7eef" },
"bufdelete.nvim": { "branch": "master", "commit": "8933abc09df6c381d47dc271b1ee5d266541448e" },
"bufferline.nvim": { "branch": "main", "commit": "cbb798dd2db7841550cd2c6c6dde12dfda055928" },
"bufferline.nvim": { "branch": "main", "commit": "6ecd37e0fa8b156099daedd2191130e083fb1490" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-cmdline": { "branch": "main", "commit": "8ee981b4a91f536f52add291594e89fb6645e451" },
"cmp-nvim-lsp": { "branch": "main", "commit": "44b16d11215dce86f253ce0c30949813c0a90765" },
Expand Down
1 change: 0 additions & 1 deletion config/.config/nvim/lua/pluginconfig/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function M.setup()
local icon = level:match('error') and '' or ''
return ' ' .. icon .. count
end,
show_buffer_close_icons = false,
show_close_icon = false,
separator_style = 'thin',
hover = { enabled = false },
Expand Down

0 comments on commit 28a0447

Please sign in to comment.