blob: 7eb496dff19cf83f8f52d37228042c1a8dd3fea8 (
plain)
1
2
3
4
5
6
|
-- lite-xl 1.16
local style = require "core.style"
local DocView = require "core.docview"
DocView.draw_line_gutter = function() end
DocView.get_gutter_width = function() return style.padding.x end
|