diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 14:54:59 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 14:54:59 -0600 |
commit | edcff9393ff08319a443d7dae4f3f94cfc3cfb52 (patch) | |
tree | d14c58ef9dc55ed201d3ba5c3d55d52d65d9653e | |
parent | 9410e35536184ce6745df152a24a77452a0a986c (diff) |
Added lite-xl section
-rw-r--r-- | linuxRoom.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 417d6ec..b17e4e7 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -247,10 +247,26 @@ table { <tr> <td> <h2 id="lite-xl">lite-xl</h2> + <p> + I started using lite-xl because I wanted a editor that was simple but very configurable. + Neovim and kate were my two favorite editors and lite-xl is kind of a mix of the two. + It uses lua for its config files and has some really cool things like: a project structure + to make it fit better for coding, support for all the major languages and lsp plugins. + </p> + + <h3>lite-xl config</h3> + <p> + I have my config on a repo here <a href="https://github.com/nathansmith117/liteLXConfig" target="_blank">here</a>. + On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code> environment variable. + <br/><br/> + + My config has buttons for quickly opening a terminal and file explore in the current directory. + It doesn't know what your defaults are for those apps so to set them just change the varibles + in the "init.lua" file. + </p> </td> </tr> </table> - </center> </body> </html> |