An open API service indexing awesome lists of open source software.

https://github.com/samsze0/terminal-filetype.nvim

A neovim plugin that parses terminal ansi escape sequences and annotates the buffer with colors
https://github.com/samsze0/terminal-filetype.nvim

lua neovim neovim-plugin terminal

Last synced: 4 months ago
JSON representation

A neovim plugin that parses terminal ansi escape sequences and annotates the buffer with colors

Awesome Lists containing this project

README

          

# terminal-filetype.nvim

A neovim plugin that parses terminal ansi escape sequences and annotates the buffer with colors

This plugin a refactor of [norcalli/nvim-terminal.lua](https://github.com/norcalli/nvim-terminal.lua)

```lua
{
"samsze0/terminal-filetype.nvim",
config = function()
require("terminal-filetype").setup({})
end,
dependencies = {
"samsze0/utils.nvim",
}
}
```

## License

MIT