Keymaps for buffers.

This commit is contained in:
Bartek Stalewski 2025-06-22 22:25:15 +02:00
parent 401e4a1472
commit 7467182bc2
No known key found for this signature in database
2 changed files with 28 additions and 10 deletions

View file

@ -7,6 +7,15 @@ return {
{ "folke/trouble.nvim", enabled = false },
{ "windwp/nvim-ts-autotag", enabled = false },
{
"akinsho/bufferline.nvim",
opts = {
options = {
always_show_bufferline = true,
},
},
},
{
"folke/snacks.nvim",
opts = {