Add flutter key bindings to readme
This commit is contained in:
16
lua/plugins/log_highlighting.lua
Normal file
16
lua/plugins/log_highlighting.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user