lite icon indicating copy to clipboard operation
lite copied to clipboard

A lightweight text editor written in Lua

Results 108 lite issues
Sort by recently updated
recently updated
newest added

I have implemented functionality to hide gutter: config.show_gutter = false. I have left it visible by default. Please merge.

Hello, I'm hoping to fully move over from Visual Studio Code however there's one thing I'd like to know before I do so. Is there a possibility to have 'icon...

Hi, new Lite user here. Absolutely adore Lite so far! If lite is designed to start up from a specific folder, in my mind it seems like a beautiful integration...

The number of columns shown by StatusView is correct only for English texts. Any language that needs more than 1 byte to represent characters in UTF-8 results to an incorrect...

So I intend to add teal(typed lua) and nelua syntax highlighting, should this be added to the plugins repo or to the main repo ? Also, it would be maybe...

Hello! :) :wave: How to open a new project folder? With Project Manager: Open Project? What is the syntax for the project path? Thank you :bow:

I can't find any doc regarding on how to *start* the `lite` text editor after doing the build step

i just installed it using yay but where should i look to configure the LITE?

is there any plugins which can run Python script in current editor?

In [renderer.c:172](https://github.com/rxi/lite/blob/38bd9b3326c02e43f244623f97a622b11f074415/src/renderer.c#L172), if `fopen` fails (the font file was not found), then the `font` variable allocated earlier is not freed. I think this was the only problem found by [clang-analyzer/scan-build](https://clang-analyzer.llvm.org/)....