aboutsummaryrefslogtreecommitdiff
path: root/plugins/hidelinenumbers.lua
blob: 4494670e0d41aa436882850ba6357958f0423a96 (plain)
1
2
3
4
5
6
-- mod-version:2 -- lite-xl 2.0
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