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

14 lines
322 B
Lua

--[[
speedie's neovim configuration
-- https://git.speedie.site/speedie/speedie-nvim --
]]--
require('noice').setup({
routes = {
{
filter = { event = "notify", find = "warning: multiple different client offset_encodings" },
opts = { skip = true },
},
},
})