Add noice / add forgotten ansilbe-lint to init
This commit is contained in:
25
nvim/lua/plugins/noice.lua
Normal file
25
nvim/lua/plugins/noice.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
lsp = {
|
||||
progress = {
|
||||
enabled = false
|
||||
},
|
||||
signature = {
|
||||
enabled = false
|
||||
},
|
||||
hover = {
|
||||
enabled = false
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
bottom_search = true, -- use a classic bottom cmdline for search
|
||||
long_message_to_split = true, -- long messages will be sent to a split
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
"rcarriga/nvim-notify",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user