From edcff9393ff08319a443d7dae4f3f94cfc3cfb52 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sun, 19 May 2024 14:54:59 -0600 Subject: Added lite-xl section --- linuxRoom.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/linuxRoom.html b/linuxRoom.html index 417d6ec..b17e4e7 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -247,10 +247,26 @@ table {

lite-xl

+

+ 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. +

+ +

lite-xl config

+

+ I have my config on a repo here here. + On different screen sizes lite-xl may look bad and to fix it you need to set the LITE_SCALE environment variable. +

+ + 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. +

- -- cgit v1.2.3