diff options
| -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>  | 
