NeoTerm.lua icon indicating copy to clipboard operation
NeoTerm.lua copied to clipboard

You can attach a terminal-buffer for each buffer.

Results 7 NeoTerm.lua issues
Sort by recently updated
recently updated
newest added

This allow me to run vim.wo.number = false after entering the term, and set vim.wo.number = true after switching back to normal buffer.

The current build uses `set winhighlight=...` and it changes setting for all windows after one NeoTerm buffer is opened. This fixes it (2c44c90). In addition, it also includes one small...

I only support passing a color group name to it for now. Should do some fuckin rewriting so that people can change styles to fit their needs. PERIOD

enhancement