[Noice] Improve notification rendering
This commit is contained in:
parent
ad3afc0064
commit
0269979276
@ -10,6 +10,11 @@ return {
|
|||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
|
require( 'notify' ).setup( {
|
||||||
|
max_width = 80,
|
||||||
|
render = 'wrapped-default', -- default, minimal, simple, compact, wrapped-compact or wrapped-default
|
||||||
|
stages = 'slide', -- fade_in_slide_out, fade, slide, static
|
||||||
|
} );
|
||||||
require("noice").setup({
|
require("noice").setup({
|
||||||
lsp = {
|
lsp = {
|
||||||
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user