AutoYADM commit: 2024-12-20 20:00:01
This commit is contained in:
parent
5f74870920
commit
3d8f4aed0a
4 changed files with 21 additions and 18 deletions
9
.config/nvim/lua/plugins/bufferline.lua
Normal file
9
.config/nvim/lua/plugins/bufferline.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
opts = {
|
||||
options = {
|
||||
show_buffer_close_icons = false,
|
||||
show_close_icon = false,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue