Skip to content

Commit

Permalink
chore(neovim): remove bufferline (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 authored May 14, 2024
1 parent 573446b commit 548f7fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
8 changes: 0 additions & 8 deletions config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,6 @@ require('lazy').setup({
})
end,
},
{
'akinsho/bufferline.nvim',
cond = not vim.g.vscode,
version = '*',
event = { 'BufReadPost', 'BufAdd', 'BufNewFile' },
dependencies = { 'nvim-tree/nvim-web-devicons' },
config = require('pluginconfig.bufferline').setup,
},
{
'b0o/incline.nvim',
cond = not vim.g.vscode,
Expand Down
1 change: 0 additions & 1 deletion config/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"aerial.nvim": { "branch": "master", "commit": "e9661d4f739508377f42528fd08a85c4c8feba6e" },
"auto-session": { "branch": "main", "commit": "64dc86e43c85f0062baafb0b607a6162efc99c91" },
"bufdelete.nvim": { "branch": "master", "commit": "f6bcea78afb3060b198125256f897040538bcb81" },
"bufferline.nvim": { "branch": "main", "commit": "f4b4b980ce88d546aeb69d11463187c8f716a1a1" },
"catppuccin": { "branch": "main", "commit": "a1439ad7c584efb3d0ce14ccb835967f030450fe" },
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
"cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" },
Expand Down
81 changes: 0 additions & 81 deletions config/.config/nvim/lua/pluginconfig/bufferline.lua

This file was deleted.

0 comments on commit 548f7fb

Please sign in to comment.