speedie-nvim/.config/nvim/lua/noice_config.lua

14 lines
322 B
Lua
Raw Permalink Normal View History

2024-01-30 16:16:38 +01:00
--[[
speedie's neovim configuration
-- https://git.speedie.site/speedie/speedie-nvim --
]]--
2024-06-04 12:43:56 +02:00
require('noice').setup({
routes = {
{
filter = { event = "notify", find = "warning: multiple different client offset_encodings" },
opts = { skip = true },
},
},
})