Initial Commit
This commit is contained in:
commit
18da9560c6
31 changed files with 769 additions and 0 deletions
15
lua/plugins/noice.lua
Normal file
15
lua/plugins/noice.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
cmdline = {},
|
||||
-- add any options here
|
||||
messages = {
|
||||
enabled = false,
|
||||
},
|
||||
notify = { enabled = false },
|
||||
},
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue