aboutsummaryrefslogtreecommitdiff
path: root/plugins/hidelinenumbers.lua
blob: 206bd2359d8918823685d396a336e87916e05479 (plain)
1
2
3
4
5
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