1
0
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:
2023-09-22 18:55:08 +02:00
parent 16dc57cf7e
commit a3f634c84b
4 changed files with 36 additions and 65 deletions

View 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 },
},
},
})