Keymaps for buffers.
This commit is contained in:
parent
401e4a1472
commit
7467182bc2
2 changed files with 28 additions and 10 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue