Forgot to add these files
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
6
lua/taken/plugins/fidget.lua
Normal file
6
lua/taken/plugins/fidget.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
"j-hui/fidget.nvim",
|
||||||
|
tag = "legacy",
|
||||||
|
event = "LspAttach",
|
||||||
|
config = true,
|
||||||
|
}
|
||||||
9
lua/taken/plugins/noice.lua
Normal file
9
lua/taken/plugins/noice.lua
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
return {
|
||||||
|
"folke/noice.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = true,
|
||||||
|
dependencies = {
|
||||||
|
"MunifTanjim/nui.nvim",
|
||||||
|
"rcarriga/nvim-notify",
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user