A neovim plugin that parses terminal ansi escape sequences and annotates the buffer with colors
This plugin a refactor of norcalli/nvim-terminal.lua
{
"samsze0/terminal-filetype.nvim",
config = function()
require("terminal-filetype").setup({})
end,
dependencies = {
"samsze0/utils.nvim",
}
}
MIT