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

**Simplicity is nice, but people also have different preferences** This was the main missing feature preventing me from using the editor in my project. I'm using tabs so that each...

I'm trying to create a relatively accurate highlighting plugin for Nim files. I'd like to highlight the following text: ``` proc hello*(x: int) = discard ``` This is how GitHub...

I have implemented feature to hide gutter. Pull-request: https://github.com/rxi/lite/pull/205. Please merge

I read a couple of times that some people wanted a documentation of the keybindings. I wrote them all together in a Zim Wiki page for personal use some weeks...

This will be really useful for large projects that has the dependencies in the same folder, like Node.js' `node_modules` folder. Instead, they can be indexed only when necessary (when clicked...

> [cdr/code-server](https://github.com/cdr/code-server) > Run VS Code on any machine anywhere and access it in the browser. I would like to run Lite on an Amazon EC2 instance ( or any...

Hi, i've been using lite for over a month and i would like to know some good resources on how i can make plugins to level-up my experience with this...

I tried to go about doing this myself but it seems that showing view names at the tops of each open file is an integral part of the view rendering...

In big projects the editor takes too long to open the tree file with a huge amount of memory consumed (>6Gib), which is not reasonable. open project with rust or...

[Lua's `io.popen` opens a "Console window" when used.](https://github.com/drmargarido/linters/issues/14) This PR addresses that issue by using Windows' `CreateProcess` with `CREATE_NO_WINDOW` to prevent that from happening. For compatibility, a simple wrapper over...