Actually Stowing Files
This commit is contained in:
parent
0f42a6b9c3
commit
500aecaea1
752 changed files with 1 additions and 67593 deletions
|
@ -1,31 +0,0 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
lsp = {
|
||||
override = {
|
||||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.convert_markdown_to_vim"] = true,
|
||||
},
|
||||
},
|
||||
messages = {
|
||||
view = "mini",
|
||||
},
|
||||
presets = {
|
||||
bottom_scroll = true,
|
||||
command_palette = true,
|
||||
long_message_to_split = true,
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
"rcarriga/nvim-notify",
|
||||
},
|
||||
config = function()
|
||||
require("noice").setup({
|
||||
-- Custom setup options
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue