- Adjusting gitdiff_highlight-{gitdiff,init}.lua to play nice with
lite-xl v2.1 plugin scheme (produces red notification bar and
disables plugin when lite-xl loads otherwise)
- Update to version git20221101.0971a7a:
* Changed minimap to accomodate new API.
* language_php: fix strings not getting terminated
* minimap: check docview has minimap scroll
* minimap: fixed small mistake
* Minimap Rework with Scrollbar (#134)
* language_meson: added meson_options.txt and fixed meson.build patter
* indentguide: do not apply on CommandView and allow toggling it.
* Map ruby syntax to Gemfile and Gemfile.lock (#132)
* Add `language_erb` to README
* Add language plugin for ERB files (#130)
* Removed language_cpp, as it's in the core, and not in this repo at all, in this branch.
- Renaming nonicons-userdir.patch to nonicons-userdir.diff
OBS-URL: https://build.opensuse.org/request/show/1033559
OBS-URL: https://build.opensuse.org/package/show/editors/lite-xl-plugins?expand=0&rev=7
12 lines
452 B
Diff
12 lines
452 B
Diff
--- plugins/nonicons.lua.orig 2022-10-05 10:14:24.516441700 -0400
|
|
+++ plugins/nonicons.lua 2022-10-05 10:14:48.868524604 -0400
|
|
@@ -49,7 +49,7 @@
|
|
}
|
|
}, config.plugins.nonicons)
|
|
|
|
-local icon_font = renderer.font.load(USERDIR.."/fonts/nonicons.ttf", 15 * SCALE)
|
|
+local icon_font = renderer.font.load(DATADIR.."/fonts/nonicons.ttf", 15 * SCALE)
|
|
local chevron_width = icon_font:get_width("")
|
|
local previous_scale = SCALE
|
|
local extension_icons = {
|