Skip to content

Commit

Permalink
disable buggy plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuda109 committed Aug 23, 2024
1 parent 1d657eb commit a02a2de
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .config/nvim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
return {
{
"akinsho/bufferline.nvim",
keys = {
{ "<Tab>", "<Cmd>BufferLineCycleNext<CR>", desc = "Next tab" },
{ "<S-Tab>", "<Cmd>BufferLineCyclePrev<CR>", desc = "Prev tab" },
},
},
-- {
-- "akinsho/bufferline.nvim",
-- keys = {
-- { "<Tab>", "<Cmd>BufferLineCycleNext<CR>", desc = "Next tab" },
-- { "<S-Tab>", "<Cmd>BufferLineCyclePrev<CR>", desc = "Prev tab" },
-- },
-- },
{ "akinsho/bufferline.nvim", enabled = false },
{ "folke/noice.nvim", enabled = false },
{
"nvimdev/dashboard-nvim",
event = "VimEnter",
Expand Down

0 comments on commit a02a2de

Please sign in to comment.