first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
22
config/nvim/lua/neoconf/lazy/noice.lua
Normal file
22
config/nvim/lua/neoconf/lazy/noice.lua
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
-- lazy.nvim
|
||||
return {
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
lsp = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
},
|
||||
-- add any options here
|
||||
},
|
||||
dependencies = {
|
||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
||||
"MunifTanjim/nui.nvim",
|
||||
-- OPTIONAL:
|
||||
-- `nvim-notify` is only needed, if you want to use the notification view.
|
||||
-- If not available, we use `mini` as the fallback
|
||||
--- "rcarriga/nvim-notify",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue