mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 23:59:25 +00:00
[neovim] Add noice plugin and remove wilder
This commit is contained in:
28
.config/nvim/lua/plugins/noice.lua
Normal file
28
.config/nvim/lua/plugins/noice.lua
Normal file
@ -0,0 +1,28 @@
|
||||
require("noice").setup({
|
||||
presets = {
|
||||
bottom_search = true,
|
||||
command_palette = false,
|
||||
},
|
||||
cmdline = {
|
||||
view = "cmdline",
|
||||
},
|
||||
views = {
|
||||
mini = {
|
||||
backend = "mini",
|
||||
align = "message-left",
|
||||
position = {
|
||||
row = -1,
|
||||
col = "0%",
|
||||
},
|
||||
},
|
||||
},
|
||||
routes = {
|
||||
{
|
||||
filter = {
|
||||
event = "lsp",
|
||||
find = "diagnostics",
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user