1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

fix(neovim): treesitter: suppress "unsupported language" messages

This commit is contained in:
Pratik Tripathy
2026-04-15 13:05:53 +05:30
parent 2c4aa996e5
commit c889e65b3b
+5 -1
View File
@@ -108,7 +108,11 @@ return {
}, },
{ {
filter = { event = "notify", find = "No information available" }, filter = { event = "notify", find = "No information available" },
opts = { skin = true }, opts = { skip = true },
},
{
filter = { event = "msg_show", find = "skipping unsupported language" },
opts = { skip = true },
}, },
{ {
-- Direct some messages to bottom - obove statusline -- Direct some messages to bottom - obove statusline