bomberpac/vendor/lite-plugins/plugins/hidelinenumbers.lua
2021-02-07 16:56:19 -05:00

6 lines
182 B
Lua

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