AutoYADM commit: 2024-12-20 20:00:01

This commit is contained in:
Daniel Fichtinger 2024-12-20 20:00:01 -05:00
parent 5f74870920
commit 3d8f4aed0a
4 changed files with 21 additions and 18 deletions

View file

@ -0,0 +1,9 @@
return {
"akinsho/bufferline.nvim",
opts = {
options = {
show_buffer_close_icons = false,
show_close_icon = false,
},
},
}

View file

@ -1,9 +1,9 @@
return {
"folke/noice.nvim",
event = "VeryLazy",
dependencies = {
"rcarriga/nvim-notify",
},
-- dependencies = {
-- "rcarriga/nvim-notify",
-- },
-- opts = {
-- -- recipe to ignore progress messages from
-- -- the ltex lsp

View file

@ -1,3 +0,0 @@
local spec = {}
return spec