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,
|
||||
},
|
||||
},
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
local spec = {}
|
||||
|
||||
return spec
|
Loading…
Add table
Add a link
Reference in a new issue