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:
@@ -108,7 +108,11 @@ return {
|
||||
},
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user