aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-20Update language_v.luaStunxFS
2022-05-12Merge pull request #72 from Guldoman/PR_highlight_indentguideGuldoman
Highlight current block in `indentguide`
2022-05-01Merge pull request #84 from StunxFS/rivetGuldoman
update `language_rivet.lua`
2022-05-01Update language_rivet.luaStunxFS
2022-04-30`selectionhighlight`: Don't draw box around the selectionGuldoman
2022-04-30`selectionhighlight`: Draw frame after drawing line bodyGuldoman
Before, if a line was highlighted, all the frames it contained were invisible.
2022-04-30Merge pull request #79 from sheetcoder/sheet-fixesGuldoman
A plugin for generating dummy lorem ipsum text
2022-04-29A plugin for generating dummy lorem ipsum textsheetcoder
2022-04-25Merge pull request #68 from lite-xl/reorganize-ciGuldoman
[CI] Reorganize README.md
2022-04-25Reorganize README.mdGuldoman
2022-04-25Merge pull request #70 from FilBot3/language-containerfileGuldoman
language_containerfile for Containerfiles and Dockerfiles
2022-04-25Update README.mdFilBot3
Added requested asterisk to denote repository rather than standalone file.
2022-04-25Rename `indentguide` variablesGuldoman
2022-04-25Allow customizing `indentguide` highlight colorGuldoman
2022-04-24Add multicursor support to `indentguide`Guldoman
2022-04-24Make `indentguide` highlight the current blockGuldoman
2022-04-24Merge pull request #71 from TorchedSammy/custom-pluginsGuldoman
Add plugins I've made
2022-04-24docs: resolve merge conflict, bring in latest changesTorchedSammy
2022-04-24docs: add my pluginsTorchedSammy
2022-04-23Update README.mdFilBot3
2022-04-23Add how to request pluginsGuldoman
2022-04-22Merge pull request #66 from lite-xl/reorganize-ciGuldoman
[CI] Reorganize README.md
2022-04-22Reorganize README.mdGuldoman
2022-04-22Add plugin install instructionsGuldoman
2022-04-22Merge pull request #67 from StunxFS/StunxFS/add-rivet-langAdam
add `language_rivet.lua`
2022-04-22fixStunxFS
2022-04-22Add files via uploadStunxFS
2022-04-22Add files via uploadStunxFS
2022-04-22Delete language_glaz.luaStunxFS
2022-04-21Merge pull request #56 from devPnal/support-autohotkeyAdam
Add `language_autohotkey.lua`
2022-04-21Merge pull request #61 from Gabriel-Alves-Cunha/patch-1Adam
Update README.md
2022-04-19Align `language_cpp` plugin with the one from lite-xl/lite-xljgmdev
2022-04-14Update README.mdGabriel Alves Cunha
Add an explanation for newbies on how to add these plugins.
2022-04-04Merge pull request #54 from lite-xl/reorganize-ciGuldoman
[CI] Reorganize README.md
2022-04-04Reorganize README.mdGuldoman
2022-04-04Merge pull request #57 from StunxFS/language-glazGuldoman
[language_glaz] add keyword `vec`
2022-04-04[language_glaz] add keyword \`vec\`StunxFS
2022-04-02Update README.mddevPnal
2022-04-02Modified READMEdevPnal
2022-04-01Added lsp and widget to READMEjgmdev
2022-04-01add treeview-menu-extender plugin (#36)Juliardi
2022-04-01typingspeed: added typingspeed plugin (#47)B14CK313
This plugin displays your current typing speed in characters per minute and words per minute in the status bar. I tried to keep the logic very simple, so instead of using real accurate values, it counts characters/words in the current minute and adds the value of the previous minute multiplied by the percentage needed to 'complete' the current minute (so it basically always displays the value for one minute, but the part of it that falls into the last minute uses the average): ``` words_last * (1 - (t.sec) / 60) + words ``` This should give fairly good results without the need for complicated code or falling back to 0 after every minute.
2022-03-30Merge pull request #44 from lite-xl/reorganize-ciGuldoman
[CI] Reorganize README.md
2022-03-24Reorganize README.mdadamharrison
2022-03-24Merge pull request #48 from StunxFS/update-language_glazAdam
update `language_glaz`
2022-03-22update `language_glaz`StunxFS
2022-03-18Improve `smoothcaret` plugin (#46)Guldoman
- Add support for multiple carets - Avoid making the caret "jump" around on blink - Don't animate the caret during scroll - Consistently animate the caret on click
2022-03-18minimap: don't show on non DocView'sjgmdev
2022-03-16Merge pull request #43 from StunxFS/lang-glazGuldoman
add `language_glaz.lua`
2022-03-16fix pattern for `glaz.proj` filesStunxFS