Add flutter key bindings to readme

This commit is contained in:
2026-04-20 10:45:36 +02:00
parent 43b72217c1
commit 8077029290
4 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
return {
{
'fei6409/log-highlight.nvim',
opts = {},
},
{
'0xferrous/ansi.nvim',
config = function()
require('ansi').setup({
auto_enable = true, -- Auto-enable for configured filetypes
auto_enable_stdin = true, -- Auto-enable for piped stdin content
filetypes = { 'log', 'ansi' },
})
end
},
}