aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2023-01-01update `language_rivet.lua` (#185)StunxFS
2022-12-30`minimap`: Fix crash if `avoid_small_docs` and `linewrapping` are both enabledGuldoman
2022-12-29Add highlighting for go.mod and go.sum files (#182)Merlin Volkmer
2022-12-28Extend eval plugin with eval:selected (#177)Eric Gaudet
2022-12-28Add `tab_switcher` (#173)Guldoman
2022-12-27Fix lfautoinsert (#180)Eric Gaudet
2022-12-25Improved language_wren.lua (#171)ThaCuber
2022-12-24added editorconfig plugin (#163)Jefferson González
2022-12-20regexreplacepreview: compat fixes for lite-xl masterjgmdev
2022-12-19Fix bug with rainbowparen.lua messing with the ability to comment out lines. ...Aqil Contractor
2022-12-15language_php: switch to non capturing group matchjgmdev
2022-12-08centerdoc: better spacing on center modejgmdev
2022-11-27custom_caret: better handle of default caret colorjgmdev
2022-11-27ipc: annotation changesjgmdev
2022-11-27settings: merge a plugin settings when enabled at runtimejgmdev
2022-11-27feat: add group method for fontconfig plugin (#157)sammy
2022-11-27[Plugin] Add Custom Caret Plugin (#162)Techie Guy
2022-11-23settings: ask before clearing font cachejgmdev
2022-11-17profiler: rephrased parts of the readmejgmdev
2022-11-17Add Profiler Plugin (#155)Jefferson González
2022-11-15settings: support global force scrollbar status on newly opened Viewsjgmdev
2022-11-15settings: apply force_scrollbar_status on the flyjgmdev
2022-11-15settings: added force_scrollbar_statusjgmdev
2022-11-15language_php: better match class type inline varsjgmdev
2022-11-15language_rust: better lifetime syntax support (#152)Ben
2022-11-14Merge pull request #153 from StunxFS/2.1Guldoman
2022-11-14Update language_rivet.luaStunxFS
2022-11-11language_php: added backticks supportjgmdev
2022-11-11language_php: fix highlighting outside of markdown code tagsjgmdev
2022-11-10language_php: add missing yield keywordjgmdev
2022-11-08add nelua support to lfautoinsert (#150)Cukmekerb
2022-11-04Added extra file extensions to language_sh.lua (#145)Techie Guy
2022-11-03language_php: applied changes from #108jgmdev
2022-11-03settings: added new option keep_newline_whitespacejgmdev
2022-11-02macmodkeys: added missing paramsjgmdev
2022-11-02Add workaround for sorted `Doc:get_selection` issue (#141)Guldoman
2022-11-02Use new `command.add` syntax (#136)Guldoman
2022-11-01Changed minimap to accomodate new API.2.1Adam Harrison
2022-10-27language_php: fix strings not getting terminatedjgmdev
2022-10-25minimap: check docview has minimap scrolljgmdev
2022-10-25minimap: fixed small mistakejgmdev
2022-10-25Minimap Rework with Scrollbar (#134)Adam
2022-10-21language_meson: added meson_options.txt and fixed meson.build patterjgmdev
2022-10-15indentguide: do not apply on CommandView and allow toggling it.jgmdev
2022-10-15Map ruby syntax to Gemfile and Gemfile.lock (#132)Sathish Manohar
2022-10-14Add language plugin for ERB files (#130)Sathish Manohar
2022-10-05ipc: add different methods of opening directoriesjgmdev
2022-10-04Added support for LaTex package and class syntax highlightingRaffaele Orabona
2022-10-02Update list of Fennel keywords to everything covered by 1.2.0 (#126)Phil Hagelberg
2022-10-02add inter-process communication (ipc) plugin (#127)Jefferson González