nvim-terminal.lua
nvim-terminal.lua copied to clipboard
A high performance filetype mode for Neovim which leverages conceal and highlights your buffer with the correct color codes.
`nvim` may be too common of a module name to have it global available, this cause problems with users that wrote their own module or with any other plugin using...
Mention a built-in neovim function that opens a terminal instance in a buffer.
Commit Overview: ### Allow colons as argument seperators this one is pretty self explanatory it allows for colons (`:`) to be used in place of semicolons (`;`) in escape codes...
``` Error detected while processing FileType Autocommands for "terminal": E5108: Error executing lua .../nvim-terminal.lua/lua/terminal.lua:170: Vim(highlight):E420: BG color unknown ``` Adding `nvim.out_write(string.format("%s: %s\n", highlight_name, unpack(format_attributes(attributes))))` shows: > termcolorcode_c_NONE_cfg_fg_cbg_bg_g_NONE_gfg_fg_gbg_bg: guibg=bg Haven't investigated...
Hello, I am trying to use your plugin to display image in neovim with [viu](https://github.com/atanunq/viu). Unfortunately some codes are not displayed correctly : Here is the expected output i get...
As raised by @blueyed > Maybe it makes sense to only conceal the interpreted ones completely, and handle the others via cchar (:h :syn-cchar) in a special way. > This...
A function(s) for converting from ANSI color/style codes to Vim highlights (and also an option which just scrubs/removes the codes) would be useful to include in Nvim itself. The `:Man`...